Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.95 KB

File metadata and controls

56 lines (31 loc) · 1.95 KB

ConditionOwnerTypeCondition

Properties

Name Type Description Notes
OwnerTypes Pointer to []OwnerTypeConditionOwnerType The owner value to match against [optional]

Methods

NewConditionOwnerTypeCondition

func NewConditionOwnerTypeCondition() *ConditionOwnerTypeCondition

NewConditionOwnerTypeCondition instantiates a new ConditionOwnerTypeCondition 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

NewConditionOwnerTypeConditionWithDefaults

func NewConditionOwnerTypeConditionWithDefaults() *ConditionOwnerTypeCondition

NewConditionOwnerTypeConditionWithDefaults instantiates a new ConditionOwnerTypeCondition 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

GetOwnerTypes

func (o *ConditionOwnerTypeCondition) GetOwnerTypes() []OwnerTypeConditionOwnerType

GetOwnerTypes returns the OwnerTypes field if non-nil, zero value otherwise.

GetOwnerTypesOk

func (o *ConditionOwnerTypeCondition) GetOwnerTypesOk() (*[]OwnerTypeConditionOwnerType, bool)

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

SetOwnerTypes

func (o *ConditionOwnerTypeCondition) SetOwnerTypes(v []OwnerTypeConditionOwnerType)

SetOwnerTypes sets OwnerTypes field to given value.

HasOwnerTypes

func (o *ConditionOwnerTypeCondition) HasOwnerTypes() bool

HasOwnerTypes returns a boolean if a field has been set.

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