Name | Type | Description | Notes |
---|---|---|---|
FileId | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
DocumentTypes | Pointer to []DocumentType | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
ArchivedAt | Pointer to time.Time | [optional] |
func NewDocumentDescription() *DocumentDescription
NewDocumentDescription instantiates a new DocumentDescription 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 NewDocumentDescriptionWithDefaults() *DocumentDescription
NewDocumentDescriptionWithDefaults instantiates a new DocumentDescription 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 *DocumentDescription) GetFileId() string
GetFileId returns the FileId field if non-nil, zero value otherwise.
func (o *DocumentDescription) GetFileIdOk() (*string, bool)
GetFileIdOk returns a tuple with the FileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentDescription) SetFileId(v string)
SetFileId sets FileId field to given value.
func (o *DocumentDescription) HasFileId() bool
HasFileId returns a boolean if a field has been set.
func (o *DocumentDescription) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DocumentDescription) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentDescription) SetName(v string)
SetName sets Name field to given value.
func (o *DocumentDescription) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DocumentDescription) GetDocumentTypes() []DocumentType
GetDocumentTypes returns the DocumentTypes field if non-nil, zero value otherwise.
func (o *DocumentDescription) GetDocumentTypesOk() (*[]DocumentType, bool)
GetDocumentTypesOk returns a tuple with the DocumentTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentDescription) SetDocumentTypes(v []DocumentType)
SetDocumentTypes sets DocumentTypes field to given value.
func (o *DocumentDescription) HasDocumentTypes() bool
HasDocumentTypes returns a boolean if a field has been set.
func (o *DocumentDescription) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DocumentDescription) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentDescription) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *DocumentDescription) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *DocumentDescription) GetArchivedAt() time.Time
GetArchivedAt returns the ArchivedAt field if non-nil, zero value otherwise.
func (o *DocumentDescription) GetArchivedAtOk() (*time.Time, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentDescription) SetArchivedAt(v time.Time)
SetArchivedAt sets ArchivedAt field to given value.
func (o *DocumentDescription) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.