| Name | Type | Description | Notes |
|---|---|---|---|
| OwnerTypes | Pointer to []OwnerTypeConditionOwnerType | The owner value to match against | [optional] |
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
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
func (o *ConditionOwnerTypeCondition) GetOwnerTypes() []OwnerTypeConditionOwnerType
GetOwnerTypes returns the OwnerTypes field if non-nil, zero value otherwise.
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.
func (o *ConditionOwnerTypeCondition) SetOwnerTypes(v []OwnerTypeConditionOwnerType)
SetOwnerTypes sets OwnerTypes field to given value.
func (o *ConditionOwnerTypeCondition) HasOwnerTypes() bool
HasOwnerTypes returns a boolean if a field has been set.