Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.34 KB

File metadata and controls

186 lines (101 loc) · 5.34 KB

ListFiles200ResponseFilesInner

Properties

Name Type Description Notes
FileId Pointer to string [optional]
Filename Pointer to string [optional]
ContentType Pointer to string [optional]
Size Pointer to int32 [optional]
Metadata Pointer to map[string]interface{} [optional]
CreatedAt Pointer to time.Time [optional]

Methods

NewListFiles200ResponseFilesInner

func NewListFiles200ResponseFilesInner() *ListFiles200ResponseFilesInner

NewListFiles200ResponseFilesInner instantiates a new ListFiles200ResponseFilesInner 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

NewListFiles200ResponseFilesInnerWithDefaults

func NewListFiles200ResponseFilesInnerWithDefaults() *ListFiles200ResponseFilesInner

NewListFiles200ResponseFilesInnerWithDefaults instantiates a new ListFiles200ResponseFilesInner 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

GetFileId

func (o *ListFiles200ResponseFilesInner) GetFileId() string

GetFileId returns the FileId field if non-nil, zero value otherwise.

GetFileIdOk

func (o *ListFiles200ResponseFilesInner) 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.

SetFileId

func (o *ListFiles200ResponseFilesInner) SetFileId(v string)

SetFileId sets FileId field to given value.

HasFileId

func (o *ListFiles200ResponseFilesInner) HasFileId() bool

HasFileId returns a boolean if a field has been set.

GetFilename

func (o *ListFiles200ResponseFilesInner) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

func (o *ListFiles200ResponseFilesInner) 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.

SetFilename

func (o *ListFiles200ResponseFilesInner) SetFilename(v string)

SetFilename sets Filename field to given value.

HasFilename

func (o *ListFiles200ResponseFilesInner) HasFilename() bool

HasFilename returns a boolean if a field has been set.

GetContentType

func (o *ListFiles200ResponseFilesInner) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

func (o *ListFiles200ResponseFilesInner) GetContentTypeOk() (*string, bool)

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

SetContentType

func (o *ListFiles200ResponseFilesInner) SetContentType(v string)

SetContentType sets ContentType field to given value.

HasContentType

func (o *ListFiles200ResponseFilesInner) HasContentType() bool

HasContentType returns a boolean if a field has been set.

GetSize

func (o *ListFiles200ResponseFilesInner) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ListFiles200ResponseFilesInner) GetSizeOk() (*int32, 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.

SetSize

func (o *ListFiles200ResponseFilesInner) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *ListFiles200ResponseFilesInner) HasSize() bool

HasSize returns a boolean if a field has been set.

GetMetadata

func (o *ListFiles200ResponseFilesInner) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *ListFiles200ResponseFilesInner) GetMetadataOk() (*map[string]interface{}, bool)

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

SetMetadata

func (o *ListFiles200ResponseFilesInner) SetMetadata(v map[string]interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *ListFiles200ResponseFilesInner) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetCreatedAt

func (o *ListFiles200ResponseFilesInner) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ListFiles200ResponseFilesInner) 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.

SetCreatedAt

func (o *ListFiles200ResponseFilesInner) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ListFiles200ResponseFilesInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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