Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.54 KB

Condition.md

File metadata and controls

56 lines (31 loc) · 1.54 KB

Condition

Properties

Name Type Description Notes
GroupIds Pointer to []string The list of group IDs to match. [optional]

Methods

NewCondition

func NewCondition() *Condition

NewCondition instantiates a new Condition 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

NewConditionWithDefaults

func NewConditionWithDefaults() *Condition

NewConditionWithDefaults instantiates a new Condition 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

GetGroupIds

func (o *Condition) GetGroupIds() []string

GetGroupIds returns the GroupIds field if non-nil, zero value otherwise.

GetGroupIdsOk

func (o *Condition) GetGroupIdsOk() (*[]string, bool)

GetGroupIdsOk returns a tuple with the GroupIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroupIds

func (o *Condition) SetGroupIds(v []string)

SetGroupIds sets GroupIds field to given value.

HasGroupIds

func (o *Condition) HasGroupIds() bool

HasGroupIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]