Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.89 KB

PatchSoftwareTitleConfigurationExtensionAttributes.md

File metadata and controls

82 lines (45 loc) · 2.89 KB

PatchSoftwareTitleConfigurationExtensionAttributes

Properties

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]

Methods

NewPatchSoftwareTitleConfigurationExtensionAttributes

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

NewPatchSoftwareTitleConfigurationExtensionAttributesWithDefaults

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

GetAccepted

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) GetAccepted() bool

GetAccepted returns the Accepted field if non-nil, zero value otherwise.

GetAcceptedOk

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.

SetAccepted

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) SetAccepted(v bool)

SetAccepted sets Accepted field to given value.

HasAccepted

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) HasAccepted() bool

HasAccepted returns a boolean if a field has been set.

GetEaId

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) GetEaId() string

GetEaId returns the EaId field if non-nil, zero value otherwise.

GetEaIdOk

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.

SetEaId

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) SetEaId(v string)

SetEaId sets EaId field to given value.

HasEaId

func (o *PatchSoftwareTitleConfigurationExtensionAttributes) HasEaId() bool

HasEaId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]