| Name | Type | Description | Notes |
|---|---|---|---|
| FileId | Pointer to string | [optional] | |
| S3Uri | Pointer to string | [optional] | |
| Url | Pointer to string | Presigned download URL (1 hour) | [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] |
func NewGetFile200Response() *GetFile200Response
NewGetFile200Response instantiates a new GetFile200Response 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 NewGetFile200ResponseWithDefaults() *GetFile200Response
NewGetFile200ResponseWithDefaults instantiates a new GetFile200Response 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 *GetFile200Response) GetFileId() string
GetFileId returns the FileId field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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 *GetFile200Response) SetFileId(v string)
SetFileId sets FileId field to given value.
func (o *GetFile200Response) HasFileId() bool
HasFileId returns a boolean if a field has been set.
func (o *GetFile200Response) GetS3Uri() string
GetS3Uri returns the S3Uri field if non-nil, zero value otherwise.
func (o *GetFile200Response) GetS3UriOk() (*string, bool)
GetS3UriOk returns a tuple with the S3Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetFile200Response) SetS3Uri(v string)
SetS3Uri sets S3Uri field to given value.
func (o *GetFile200Response) HasS3Uri() bool
HasS3Uri returns a boolean if a field has been set.
func (o *GetFile200Response) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetFile200Response) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetFile200Response) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetFile200Response) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GetFile200Response) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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 *GetFile200Response) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *GetFile200Response) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *GetFile200Response) GetContentType() string
GetContentType returns the ContentType field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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.
func (o *GetFile200Response) SetContentType(v string)
SetContentType sets ContentType field to given value.
func (o *GetFile200Response) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (o *GetFile200Response) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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.
func (o *GetFile200Response) SetSize(v int32)
SetSize sets Size field to given value.
func (o *GetFile200Response) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *GetFile200Response) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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.
func (o *GetFile200Response) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *GetFile200Response) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *GetFile200Response) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *GetFile200Response) 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 *GetFile200Response) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *GetFile200Response) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.