Name | Type | Description | Notes |
---|---|---|---|
CreationDate | Pointer to time.Time | [optional] | |
FileName | Pointer to string | [optional] | |
ModificationDate | Pointer to time.Time | [optional] | |
Name | Pointer to string | [optional] | |
Parameters | Pointer to map[string]string | [optional] | |
ReadDate | Pointer to time.Time | [optional] | |
Size | Pointer to int64 | [optional] | |
Type | Pointer to string | [optional] |
func NewFormDataContentDisposition() *FormDataContentDisposition
NewFormDataContentDisposition instantiates a new FormDataContentDisposition 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 NewFormDataContentDispositionWithDefaults() *FormDataContentDisposition
NewFormDataContentDispositionWithDefaults instantiates a new FormDataContentDisposition 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 *FormDataContentDisposition) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *FormDataContentDisposition) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *FormDataContentDisposition) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetModificationDate() time.Time
GetModificationDate returns the ModificationDate field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetModificationDateOk() (*time.Time, bool)
GetModificationDateOk returns a tuple with the ModificationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetModificationDate(v time.Time)
SetModificationDate sets ModificationDate field to given value.
func (o *FormDataContentDisposition) HasModificationDate() bool
HasModificationDate returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) 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 *FormDataContentDisposition) SetName(v string)
SetName sets Name field to given value.
func (o *FormDataContentDisposition) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetParameters() map[string]string
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetParametersOk() (*map[string]string, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetParameters(v map[string]string)
SetParameters sets Parameters field to given value.
func (o *FormDataContentDisposition) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetReadDate() time.Time
GetReadDate returns the ReadDate field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetReadDateOk() (*time.Time, bool)
GetReadDateOk returns a tuple with the ReadDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetReadDate(v time.Time)
SetReadDate sets ReadDate field to given value.
func (o *FormDataContentDisposition) HasReadDate() bool
HasReadDate returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetSize(v int64)
SetSize sets Size field to given value.
func (o *FormDataContentDisposition) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *FormDataContentDisposition) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FormDataContentDisposition) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormDataContentDisposition) SetType(v string)
SetType sets Type field to given value.
func (o *FormDataContentDisposition) HasType() bool
HasType returns a boolean if a field has been set.