Name | Type | Description | Notes |
---|---|---|---|
Identifier | Pointer to string | The identifier for the file to use when creating packages | [optional] [readonly] |
UploadFields | Pointer to map[string]interface{} | The dictionary of fields that must be sent with POST uploads | [optional] [readonly] |
UploadHeaders | Pointer to map[string]interface{} | The dictionary of headers that must be sent with uploads | [optional] [readonly] |
UploadQuerystring | Pointer to NullableString | The querystring to use for the next-step POST or PUT upload | [optional] [readonly] |
UploadUrl | Pointer to string | The URL to use for the next-step POST or PUT upload | [optional] [readonly] |
func NewPackageFileUpload() *PackageFileUpload
NewPackageFileUpload instantiates a new PackageFileUpload 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 NewPackageFileUploadWithDefaults() *PackageFileUpload
NewPackageFileUploadWithDefaults instantiates a new PackageFileUpload 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 *PackageFileUpload) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *PackageFileUpload) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageFileUpload) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *PackageFileUpload) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (o *PackageFileUpload) GetUploadFields() map[string]interface{}
GetUploadFields returns the UploadFields field if non-nil, zero value otherwise.
func (o *PackageFileUpload) GetUploadFieldsOk() (*map[string]interface{}, bool)
GetUploadFieldsOk returns a tuple with the UploadFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageFileUpload) SetUploadFields(v map[string]interface{})
SetUploadFields sets UploadFields field to given value.
func (o *PackageFileUpload) HasUploadFields() bool
HasUploadFields returns a boolean if a field has been set.
func (o *PackageFileUpload) SetUploadFieldsNil(b bool)
SetUploadFieldsNil sets the value for UploadFields to be an explicit nil
func (o *PackageFileUpload) UnsetUploadFields()
UnsetUploadFields ensures that no value is present for UploadFields, not even an explicit nil
func (o *PackageFileUpload) GetUploadHeaders() map[string]interface{}
GetUploadHeaders returns the UploadHeaders field if non-nil, zero value otherwise.
func (o *PackageFileUpload) GetUploadHeadersOk() (*map[string]interface{}, bool)
GetUploadHeadersOk returns a tuple with the UploadHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageFileUpload) SetUploadHeaders(v map[string]interface{})
SetUploadHeaders sets UploadHeaders field to given value.
func (o *PackageFileUpload) HasUploadHeaders() bool
HasUploadHeaders returns a boolean if a field has been set.
func (o *PackageFileUpload) SetUploadHeadersNil(b bool)
SetUploadHeadersNil sets the value for UploadHeaders to be an explicit nil
func (o *PackageFileUpload) UnsetUploadHeaders()
UnsetUploadHeaders ensures that no value is present for UploadHeaders, not even an explicit nil
func (o *PackageFileUpload) GetUploadQuerystring() string
GetUploadQuerystring returns the UploadQuerystring field if non-nil, zero value otherwise.
func (o *PackageFileUpload) GetUploadQuerystringOk() (*string, bool)
GetUploadQuerystringOk returns a tuple with the UploadQuerystring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageFileUpload) SetUploadQuerystring(v string)
SetUploadQuerystring sets UploadQuerystring field to given value.
func (o *PackageFileUpload) HasUploadQuerystring() bool
HasUploadQuerystring returns a boolean if a field has been set.
func (o *PackageFileUpload) SetUploadQuerystringNil(b bool)
SetUploadQuerystringNil sets the value for UploadQuerystring to be an explicit nil
func (o *PackageFileUpload) UnsetUploadQuerystring()
UnsetUploadQuerystring ensures that no value is present for UploadQuerystring, not even an explicit nil
func (o *PackageFileUpload) GetUploadUrl() string
GetUploadUrl returns the UploadUrl field if non-nil, zero value otherwise.
func (o *PackageFileUpload) GetUploadUrlOk() (*string, bool)
GetUploadUrlOk returns a tuple with the UploadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PackageFileUpload) SetUploadUrl(v string)
SetUploadUrl sets UploadUrl field to given value.
func (o *PackageFileUpload) HasUploadUrl() bool
HasUploadUrl returns a boolean if a field has been set.