Name | Type | Description | Notes |
---|---|---|---|
Accepted | Pointer to bool | Once an extension attribute is accepted, it cannot be reverted. | [optional] [default to false] |
EaId | Pointer to string | [optional] |
func NewPatchSoftwareTitleConfigurationExtensionAttributes() *PatchSoftwareTitleConfigurationExtensionAttributes
NewPatchSoftwareTitleConfigurationExtensionAttributes instantiates a new PatchSoftwareTitleConfigurationExtensionAttributes 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 NewPatchSoftwareTitleConfigurationExtensionAttributesWithDefaults() *PatchSoftwareTitleConfigurationExtensionAttributes
NewPatchSoftwareTitleConfigurationExtensionAttributesWithDefaults instantiates a new PatchSoftwareTitleConfigurationExtensionAttributes 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 *PatchSoftwareTitleConfigurationExtensionAttributes) GetAccepted() bool
GetAccepted returns the Accepted field if non-nil, zero value otherwise.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) GetAcceptedOk() (*bool, bool)
GetAcceptedOk returns a tuple with the Accepted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) SetAccepted(v bool)
SetAccepted sets Accepted field to given value.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) HasAccepted() bool
HasAccepted returns a boolean if a field has been set.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) GetEaId() string
GetEaId returns the EaId field if non-nil, zero value otherwise.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) GetEaIdOk() (*string, bool)
GetEaIdOk returns a tuple with the EaId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) SetEaId(v string)
SetEaId sets EaId field to given value.
func (o *PatchSoftwareTitleConfigurationExtensionAttributes) HasEaId() bool
HasEaId returns a boolean if a field has been set.