Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.2 KB

ContextAttributeNames.md

File metadata and controls

72 lines (39 loc) · 2.2 KB

ContextAttributeNames

Properties

Name Type Description Notes
Kind string The kind associated with this collection of context attribute names.
Names []ContextAttributeName A collection of context attribute names.

Methods

NewContextAttributeNames

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

NewContextAttributeNamesWithDefaults

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

GetKind

func (o *ContextAttributeNames) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

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.

SetKind

func (o *ContextAttributeNames) SetKind(v string)

SetKind sets Kind field to given value.

GetNames

func (o *ContextAttributeNames) GetNames() []ContextAttributeName

GetNames returns the Names field if non-nil, zero value otherwise.

GetNamesOk

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.

SetNames

func (o *ContextAttributeNames) SetNames(v []ContextAttributeName)

SetNames sets Names field to given value.

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