--- id: entitlement-document-all-of-manually-updated-fields title: EntitlementDocumentAllOfManuallyUpdatedFields pagination_label: EntitlementDocumentAllOfManuallyUpdatedFields sidebar_label: EntitlementDocumentAllOfManuallyUpdatedFields sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'EntitlementDocumentAllOfManuallyUpdatedFields', 'EntitlementDocumentAllOfManuallyUpdatedFields'] slug: /tools/sdk/go/v3/models/entitlement-document-all-of-manually-updated-fields tags: ['SDK', 'Software Development Kit', 'EntitlementDocumentAllOfManuallyUpdatedFields', 'EntitlementDocumentAllOfManuallyUpdatedFields'] --- # EntitlementDocumentAllOfManuallyUpdatedFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DESCRIPTION** | Pointer to **bool** | | [optional] [default to false] **DISPLAY_NAME** | Pointer 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.