Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Group id | [optional] |
DisplayName | Pointer to string | Name of the group | [optional] |
Description | Pointer to string | Group description | [optional] |
Query | Pointer to GroupQuery | [optional] | |
NodeIds | Pointer to []string | List of nodes in the group | [optional] |
Dynamic | Pointer to bool | Should the group be dynamically refreshed (if not, it is a static group) | [optional] [default to true] |
Enabled | Pointer to bool | Enable or disable the group | [optional] [default to true] |
GroupClass | Pointer to []string | [optional] | |
Properties | Pointer to []GroupPropertiesInner | Group properties | [optional] |
func NewGroup() *Group
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupWithDefaults() *Group
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Group) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Group) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetId(v string)
SetId sets Id field to given value.
func (o *Group) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Group) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *Group) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *Group) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *Group) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Group) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Group) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Group) GetQuery() GroupQuery
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *Group) GetQueryOk() (*GroupQuery, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetQuery(v GroupQuery)
SetQuery sets Query field to given value.
func (o *Group) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (o *Group) GetNodeIds() []string
GetNodeIds returns the NodeIds field if non-nil, zero value otherwise.
func (o *Group) GetNodeIdsOk() (*[]string, bool)
GetNodeIdsOk returns a tuple with the NodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetNodeIds(v []string)
SetNodeIds sets NodeIds field to given value.
func (o *Group) HasNodeIds() bool
HasNodeIds returns a boolean if a field has been set.
func (o *Group) GetDynamic() bool
GetDynamic returns the Dynamic field if non-nil, zero value otherwise.
func (o *Group) GetDynamicOk() (*bool, bool)
GetDynamicOk returns a tuple with the Dynamic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetDynamic(v bool)
SetDynamic sets Dynamic field to given value.
func (o *Group) HasDynamic() bool
HasDynamic returns a boolean if a field has been set.
func (o *Group) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *Group) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *Group) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *Group) GetGroupClass() []string
GetGroupClass returns the GroupClass field if non-nil, zero value otherwise.
func (o *Group) GetGroupClassOk() (*[]string, bool)
GetGroupClassOk returns a tuple with the GroupClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetGroupClass(v []string)
SetGroupClass sets GroupClass field to given value.
func (o *Group) HasGroupClass() bool
HasGroupClass returns a boolean if a field has been set.
func (o *Group) GetProperties() []GroupPropertiesInner
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *Group) GetPropertiesOk() (*[]GroupPropertiesInner, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Group) SetProperties(v []GroupPropertiesInner)
SetProperties sets Properties field to given value.
func (o *Group) HasProperties() bool
HasProperties returns a boolean if a field has been set.