Name | Type | Description | Notes |
---|---|---|---|
Kind | string | The kind associated with this collection of context attribute names. | |
Names | []ContextAttributeName | A collection of context attribute names. |
func NewContextAttributeNames(kind string, names []ContextAttributeName, ) *ContextAttributeNames
NewContextAttributeNames instantiates a new ContextAttributeNames 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 NewContextAttributeNamesWithDefaults() *ContextAttributeNames
NewContextAttributeNamesWithDefaults instantiates a new ContextAttributeNames 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 *ContextAttributeNames) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *ContextAttributeNames) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextAttributeNames) SetKind(v string)
SetKind sets Kind field to given value.
func (o *ContextAttributeNames) GetNames() []ContextAttributeName
GetNames returns the Names field if non-nil, zero value otherwise.
func (o *ContextAttributeNames) GetNamesOk() (*[]ContextAttributeName, bool)
GetNamesOk returns a tuple with the Names field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextAttributeNames) SetNames(v []ContextAttributeName)
SetNames sets Names field to given value.