Skip to main content

EntitlementV2AccessModelMetadata

Properties

NameTypeDescriptionNotes
AttributesPointer to []AccessModelMetadata[optional]

Methods

NewEntitlementV2AccessModelMetadata

func NewEntitlementV2AccessModelMetadata() *EntitlementV2AccessModelMetadata

NewEntitlementV2AccessModelMetadata instantiates a new EntitlementV2AccessModelMetadata 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

NewEntitlementV2AccessModelMetadataWithDefaults

func NewEntitlementV2AccessModelMetadataWithDefaults() *EntitlementV2AccessModelMetadata

NewEntitlementV2AccessModelMetadataWithDefaults instantiates a new EntitlementV2AccessModelMetadata 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

GetAttributes

func (o *EntitlementV2AccessModelMetadata) GetAttributes() []AccessModelMetadata

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *EntitlementV2AccessModelMetadata) GetAttributesOk() (*[]AccessModelMetadata, bool)

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

SetAttributes

func (o *EntitlementV2AccessModelMetadata) SetAttributes(v []AccessModelMetadata)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *EntitlementV2AccessModelMetadata) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.