Skip to main content

Entitlementstatesnapshotjitdetail

Properties

NameTypeDescriptionNotes
ApplicationIdPointer to stringApplication id for the entitlement attribute (same as EntitlementStateSnapshot.applicationId).[optional]
AttributeNamePointer to stringAccount attribute name for the entitlement (EntitlementStateSnapshot.attributeName).[optional]
AttributeValuesPointer to []stringEntitlement values for that attribute (EntitlementStateSnapshot.attributeValues).[optional]

Methods

NewEntitlementstatesnapshotjitdetail

func NewEntitlementstatesnapshotjitdetail() *Entitlementstatesnapshotjitdetail

NewEntitlementstatesnapshotjitdetail instantiates a new Entitlementstatesnapshotjitdetail 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

NewEntitlementstatesnapshotjitdetailWithDefaults

func NewEntitlementstatesnapshotjitdetailWithDefaults() *Entitlementstatesnapshotjitdetail

NewEntitlementstatesnapshotjitdetailWithDefaults instantiates a new Entitlementstatesnapshotjitdetail 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

GetApplicationId

func (o *Entitlementstatesnapshotjitdetail) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

func (o *Entitlementstatesnapshotjitdetail) GetApplicationIdOk() (*string, bool)

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

SetApplicationId

func (o *Entitlementstatesnapshotjitdetail) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *Entitlementstatesnapshotjitdetail) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetAttributeName

func (o *Entitlementstatesnapshotjitdetail) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *Entitlementstatesnapshotjitdetail) GetAttributeNameOk() (*string, bool)

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

SetAttributeName

func (o *Entitlementstatesnapshotjitdetail) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *Entitlementstatesnapshotjitdetail) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

GetAttributeValues

func (o *Entitlementstatesnapshotjitdetail) GetAttributeValues() []string

GetAttributeValues returns the AttributeValues field if non-nil, zero value otherwise.

GetAttributeValuesOk

func (o *Entitlementstatesnapshotjitdetail) GetAttributeValuesOk() (*[]string, bool)

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

SetAttributeValues

func (o *Entitlementstatesnapshotjitdetail) SetAttributeValues(v []string)

SetAttributeValues sets AttributeValues field to given value.

HasAttributeValues

func (o *Entitlementstatesnapshotjitdetail) HasAttributeValues() bool

HasAttributeValues returns a boolean if a field has been set.