Skip to main content

EntitlementSummary

Properties

NameTypeDescriptionNotes
IdPointer to stringThe unique ID of the referenced object.[optional]
NamePointer to stringThe human readable name of the referenced object.[optional]
DisplayNamePointer to string[optional]
DescriptionPointer to NullableStringDescription of access item.[optional]
SourcePointer to Reference[optional]
TypePointer to stringType of the access item.[optional]
PrivilegedPointer to bool[optional]
AttributePointer to string[optional]
ValuePointer to string[optional]
StandalonePointer to bool[optional]

Methods

NewEntitlementSummary

func NewEntitlementSummary() *EntitlementSummary

NewEntitlementSummary instantiates a new EntitlementSummary 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

NewEntitlementSummaryWithDefaults

func NewEntitlementSummaryWithDefaults() *EntitlementSummary

NewEntitlementSummaryWithDefaults instantiates a new EntitlementSummary 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

GetId

func (o *EntitlementSummary) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EntitlementSummary) GetIdOk() (*string, bool)

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

SetId

func (o *EntitlementSummary) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EntitlementSummary) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *EntitlementSummary) GetName() string

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

GetNameOk

func (o *EntitlementSummary) 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 *EntitlementSummary) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *EntitlementSummary) HasName() bool

HasName returns a boolean if a field has been set.

GetDisplayName

func (o *EntitlementSummary) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *EntitlementSummary) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *EntitlementSummary) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *EntitlementSummary) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *EntitlementSummary) GetDescription() string

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

GetDescriptionOk

func (o *EntitlementSummary) 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 *EntitlementSummary) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *EntitlementSummary) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *EntitlementSummary) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *EntitlementSummary) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetSource

func (o *EntitlementSummary) GetSource() Reference

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *EntitlementSummary) GetSourceOk() (*Reference, bool)

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

SetSource

func (o *EntitlementSummary) SetSource(v Reference)

SetSource sets Source field to given value.

HasSource

func (o *EntitlementSummary) HasSource() bool

HasSource returns a boolean if a field has been set.

GetType

func (o *EntitlementSummary) GetType() string

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

GetTypeOk

func (o *EntitlementSummary) 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 *EntitlementSummary) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *EntitlementSummary) HasType() bool

HasType returns a boolean if a field has been set.

GetPrivileged

func (o *EntitlementSummary) GetPrivileged() bool

GetPrivileged returns the Privileged field if non-nil, zero value otherwise.

GetPrivilegedOk

func (o *EntitlementSummary) GetPrivilegedOk() (*bool, bool)

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

SetPrivileged

func (o *EntitlementSummary) SetPrivileged(v bool)

SetPrivileged sets Privileged field to given value.

HasPrivileged

func (o *EntitlementSummary) HasPrivileged() bool

HasPrivileged returns a boolean if a field has been set.

GetAttribute

func (o *EntitlementSummary) GetAttribute() string

GetAttribute returns the Attribute field if non-nil, zero value otherwise.

GetAttributeOk

func (o *EntitlementSummary) GetAttributeOk() (*string, bool)

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

SetAttribute

func (o *EntitlementSummary) SetAttribute(v string)

SetAttribute sets Attribute field to given value.

HasAttribute

func (o *EntitlementSummary) HasAttribute() bool

HasAttribute returns a boolean if a field has been set.

GetValue

func (o *EntitlementSummary) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *EntitlementSummary) GetValueOk() (*string, bool)

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

SetValue

func (o *EntitlementSummary) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *EntitlementSummary) HasValue() bool

HasValue returns a boolean if a field has been set.

GetStandalone

func (o *EntitlementSummary) GetStandalone() bool

GetStandalone returns the Standalone field if non-nil, zero value otherwise.

GetStandaloneOk

func (o *EntitlementSummary) GetStandaloneOk() (*bool, bool)

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

SetStandalone

func (o *EntitlementSummary) SetStandalone(v bool)

SetStandalone sets Standalone field to given value.

HasStandalone

func (o *EntitlementSummary) HasStandalone() bool

HasStandalone returns a boolean if a field has been set.