Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Type | Pointer to DtoType | [optional] | |
Description | Pointer to NullableString | [optional] | |
Source | Pointer to Reference1 | [optional] | |
Privileged | Pointer to bool | [optional] | |
Attribute | Pointer to string | [optional] | |
Value | Pointer to string | [optional] | |
Standalone | Pointer to bool | [optional] |
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
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
func (o *EntitlementSummary) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetId(v string)
SetId sets Id field to given value.
func (o *EntitlementSummary) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EntitlementSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetName(v string)
SetName sets Name field to given value.
func (o *EntitlementSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (o *EntitlementSummary) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *EntitlementSummary) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *EntitlementSummary) GetType() DtoType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *EntitlementSummary) GetTypeOk() (*DtoType, 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.
func (o *EntitlementSummary) SetType(v DtoType)
SetType sets Type field to given value.
func (o *EntitlementSummary) HasType() bool
HasType returns a boolean if a field has been set.
func (o *EntitlementSummary) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *EntitlementSummary) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *EntitlementSummary) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *EntitlementSummary) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *EntitlementSummary) GetSource() Reference1
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *EntitlementSummary) GetSourceOk() (*Reference1, 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.
func (o *EntitlementSummary) SetSource(v Reference1)
SetSource sets Source field to given value.
func (o *EntitlementSummary) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *EntitlementSummary) GetPrivileged() bool
GetPrivileged returns the Privileged field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetPrivileged(v bool)
SetPrivileged sets Privileged field to given value.
func (o *EntitlementSummary) HasPrivileged() bool
HasPrivileged returns a boolean if a field has been set.
func (o *EntitlementSummary) GetAttribute() string
GetAttribute returns the Attribute field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetAttribute(v string)
SetAttribute sets Attribute field to given value.
func (o *EntitlementSummary) HasAttribute() bool
HasAttribute returns a boolean if a field has been set.
func (o *EntitlementSummary) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetValue(v string)
SetValue sets Value field to given value.
func (o *EntitlementSummary) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *EntitlementSummary) GetStandalone() bool
GetStandalone returns the Standalone field if non-nil, zero value otherwise.
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.
func (o *EntitlementSummary) SetStandalone(v bool)
SetStandalone sets Standalone field to given value.
func (o *EntitlementSummary) HasStandalone() bool
HasStandalone returns a boolean if a field has been set.