Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "functions.Upload"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "functions.Upload"] |
Action | Pointer to string | Action against the Upload. * `None` - No action is set, this is the default value for action field. * `CompleteUploading` - Mark the instance of a Upload as uploaded. | [optional] [default to "None"] |
CreateUser | Pointer to string | The user identifier who created the Upload. | [optional] [readonly] |
Description | Pointer to string | Description of the Upload. | [optional] |
FileName | Pointer to string | The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). | [optional] |
FileSize | Pointer to int64 | The size (in bytes) of the file. | [optional] |
ModUser | Pointer to string | The user identifier who last updated the Upload. | [optional] [readonly] |
Name | Pointer to string | The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_). | [optional] |
PartSize | Pointer to int64 | The chunk size (in bytes) for each part of the file to be uploaded. | [optional] [default to 8388608] |
State | Pointer to string | Current representation of the state of Upload. * `Uploading` - File uploading is in progress. * `Uploaded` - File uploading is completed. * `Failed` - File uploading is failed. | [optional] [readonly] [default to "Uploading"] |
UploadUrls | Pointer to []string | [optional] | |
Organization | Pointer to NullableOrganizationOrganizationRelationship | [optional] |
func NewFunctionsUpload(classId string, objectType string, ) *FunctionsUpload
NewFunctionsUpload instantiates a new FunctionsUpload 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 NewFunctionsUploadWithDefaults() *FunctionsUpload
NewFunctionsUploadWithDefaults instantiates a new FunctionsUpload 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 *FunctionsUpload) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *FunctionsUpload) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *FunctionsUpload) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetAction(v string)
SetAction sets Action field to given value.
func (o *FunctionsUpload) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *FunctionsUpload) GetCreateUser() string
GetCreateUser returns the CreateUser field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetCreateUserOk() (*string, bool)
GetCreateUserOk returns a tuple with the CreateUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetCreateUser(v string)
SetCreateUser sets CreateUser field to given value.
func (o *FunctionsUpload) HasCreateUser() bool
HasCreateUser returns a boolean if a field has been set.
func (o *FunctionsUpload) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetDescriptionOk() (*string, 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.
func (o *FunctionsUpload) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FunctionsUpload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FunctionsUpload) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *FunctionsUpload) 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 *FunctionsUpload) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *FunctionsUpload) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *FunctionsUpload) GetFileSize() int64
GetFileSize returns the FileSize field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetFileSizeOk() (*int64, bool)
GetFileSizeOk returns a tuple with the FileSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetFileSize(v int64)
SetFileSize sets FileSize field to given value.
func (o *FunctionsUpload) HasFileSize() bool
HasFileSize returns a boolean if a field has been set.
func (o *FunctionsUpload) GetModUser() string
GetModUser returns the ModUser field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetModUserOk() (*string, bool)
GetModUserOk returns a tuple with the ModUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetModUser(v string)
SetModUser sets ModUser field to given value.
func (o *FunctionsUpload) HasModUser() bool
HasModUser returns a boolean if a field has been set.
func (o *FunctionsUpload) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FunctionsUpload) 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 *FunctionsUpload) SetName(v string)
SetName sets Name field to given value.
func (o *FunctionsUpload) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FunctionsUpload) GetPartSize() int64
GetPartSize returns the PartSize field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetPartSizeOk() (*int64, bool)
GetPartSizeOk returns a tuple with the PartSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetPartSize(v int64)
SetPartSize sets PartSize field to given value.
func (o *FunctionsUpload) HasPartSize() bool
HasPartSize returns a boolean if a field has been set.
func (o *FunctionsUpload) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetState(v string)
SetState sets State field to given value.
func (o *FunctionsUpload) HasState() bool
HasState returns a boolean if a field has been set.
func (o *FunctionsUpload) GetUploadUrls() []string
GetUploadUrls returns the UploadUrls field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetUploadUrlsOk() (*[]string, bool)
GetUploadUrlsOk returns a tuple with the UploadUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetUploadUrls(v []string)
SetUploadUrls sets UploadUrls field to given value.
func (o *FunctionsUpload) HasUploadUrls() bool
HasUploadUrls returns a boolean if a field has been set.
func (o *FunctionsUpload) SetUploadUrlsNil(b bool)
SetUploadUrlsNil sets the value for UploadUrls to be an explicit nil
func (o *FunctionsUpload) UnsetUploadUrls()
UnsetUploadUrls ensures that no value is present for UploadUrls, not even an explicit nil
func (o *FunctionsUpload) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *FunctionsUpload) GetOrganizationOk() (*OrganizationOrganizationRelationship, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunctionsUpload) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *FunctionsUpload) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *FunctionsUpload) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *FunctionsUpload) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil