Skip to main content

EntitlementDocumentAllOfManuallyUpdatedFields

Properties

NameTypeDescriptionNotes
DESCRIPTIONPointer to bool[optional] [default to false]
DISPLAY_NAMEPointer to bool[optional] [default to false]

Methods

NewEntitlementDocumentAllOfManuallyUpdatedFields

func NewEntitlementDocumentAllOfManuallyUpdatedFields() *EntitlementDocumentAllOfManuallyUpdatedFields

NewEntitlementDocumentAllOfManuallyUpdatedFields instantiates a new EntitlementDocumentAllOfManuallyUpdatedFields 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

NewEntitlementDocumentAllOfManuallyUpdatedFieldsWithDefaults

func NewEntitlementDocumentAllOfManuallyUpdatedFieldsWithDefaults() *EntitlementDocumentAllOfManuallyUpdatedFields

NewEntitlementDocumentAllOfManuallyUpdatedFieldsWithDefaults instantiates a new EntitlementDocumentAllOfManuallyUpdatedFields 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

GetDESCRIPTION

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) GetDESCRIPTION() bool

GetDESCRIPTION returns the DESCRIPTION field if non-nil, zero value otherwise.

GetDESCRIPTIONOk

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) GetDESCRIPTIONOk() (*bool, 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 *EntitlementDocumentAllOfManuallyUpdatedFields) SetDESCRIPTION(v bool)

SetDESCRIPTION sets DESCRIPTION field to given value.

HasDESCRIPTION

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) HasDESCRIPTION() bool

HasDESCRIPTION returns a boolean if a field has been set.

GetDISPLAY_NAME

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) GetDISPLAY_NAME() bool

GetDISPLAY_NAME returns the DISPLAY_NAME field if non-nil, zero value otherwise.

GetDISPLAY_NAMEOk

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) GetDISPLAY_NAMEOk() (*bool, bool)

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

SetDISPLAY_NAME

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) SetDISPLAY_NAME(v bool)

SetDISPLAY_NAME sets DISPLAY_NAME field to given value.

HasDISPLAY_NAME

func (o *EntitlementDocumentAllOfManuallyUpdatedFields) HasDISPLAY_NAME() bool

HasDISPLAY_NAME returns a boolean if a field has been set.