Skip to main content

AccessModelMetadata

Properties

NameTypeDescriptionNotes
KeyPointer to stringUnique identifier for the metadata type[optional]
NamePointer to stringHuman readable name of the metadata type[optional]
MultiselectPointer to boolAllows selecting multiple values[optional] [default to false]
StatusPointer to stringThe state of the metadata item[optional]
TypePointer to stringThe type of the metadata item[optional]
ObjectTypesPointer to []stringThe types of objects[optional]
DescriptionPointer to stringDescribes the metadata item[optional]
ValuesPointer to []AccessModelMetadataValuesInnerThe value to assign to the metadata item[optional]

Methods

NewAccessModelMetadata

func NewAccessModelMetadata() *AccessModelMetadata

NewAccessModelMetadata instantiates a new AccessModelMetadata 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

NewAccessModelMetadataWithDefaults

func NewAccessModelMetadataWithDefaults() *AccessModelMetadata

NewAccessModelMetadataWithDefaults instantiates a new AccessModelMetadata 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

GetKey

func (o *AccessModelMetadata) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *AccessModelMetadata) GetKeyOk() (*string, bool)

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

SetKey

func (o *AccessModelMetadata) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *AccessModelMetadata) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *AccessModelMetadata) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AccessModelMetadata) GetNameOk() (*string, bool)

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

SetName

func (o *AccessModelMetadata) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AccessModelMetadata) HasName() bool

HasName returns a boolean if a field has been set.

GetMultiselect

func (o *AccessModelMetadata) GetMultiselect() bool

GetMultiselect returns the Multiselect field if non-nil, zero value otherwise.

GetMultiselectOk

func (o *AccessModelMetadata) GetMultiselectOk() (*bool, bool)

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

SetMultiselect

func (o *AccessModelMetadata) SetMultiselect(v bool)

SetMultiselect sets Multiselect field to given value.

HasMultiselect

func (o *AccessModelMetadata) HasMultiselect() bool

HasMultiselect returns a boolean if a field has been set.

GetStatus

func (o *AccessModelMetadata) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *AccessModelMetadata) GetStatusOk() (*string, bool)

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

SetStatus

func (o *AccessModelMetadata) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *AccessModelMetadata) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetType

func (o *AccessModelMetadata) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AccessModelMetadata) GetTypeOk() (*string, bool)

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

SetType

func (o *AccessModelMetadata) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *AccessModelMetadata) HasType() bool

HasType returns a boolean if a field has been set.

GetObjectTypes

func (o *AccessModelMetadata) GetObjectTypes() []string

GetObjectTypes returns the ObjectTypes field if non-nil, zero value otherwise.

GetObjectTypesOk

func (o *AccessModelMetadata) GetObjectTypesOk() (*[]string, bool)

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

SetObjectTypes

func (o *AccessModelMetadata) SetObjectTypes(v []string)

SetObjectTypes sets ObjectTypes field to given value.

HasObjectTypes

func (o *AccessModelMetadata) HasObjectTypes() bool

HasObjectTypes returns a boolean if a field has been set.

GetDescription

func (o *AccessModelMetadata) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *AccessModelMetadata) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *AccessModelMetadata) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AccessModelMetadata) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetValues

func (o *AccessModelMetadata) GetValues() []AccessModelMetadataValuesInner

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

func (o *AccessModelMetadata) GetValuesOk() (*[]AccessModelMetadataValuesInner, bool)

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

SetValues

func (o *AccessModelMetadata) SetValues(v []AccessModelMetadataValuesInner)

SetValues sets Values field to given value.

HasValues

func (o *AccessModelMetadata) HasValues() bool

HasValues returns a boolean if a field has been set.