| Name | Type | Description | Notes |
|---|---|---|---|
| Key | string | ||
| UploadId | string | ||
| PartNumbers | []int32 |
func NewPreSignAppVersionUploadRequest(key string, uploadId string, partNumbers []int32, ) *PreSignAppVersionUploadRequest
NewPreSignAppVersionUploadRequest instantiates a new PreSignAppVersionUploadRequest 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 NewPreSignAppVersionUploadRequestWithDefaults() *PreSignAppVersionUploadRequest
NewPreSignAppVersionUploadRequestWithDefaults instantiates a new PreSignAppVersionUploadRequest 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 *PreSignAppVersionUploadRequest) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *PreSignAppVersionUploadRequest) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreSignAppVersionUploadRequest) SetKey(v string)
SetKey sets Key field to given value.
func (o *PreSignAppVersionUploadRequest) GetUploadId() string
GetUploadId returns the UploadId field if non-nil, zero value otherwise.
func (o *PreSignAppVersionUploadRequest) GetUploadIdOk() (*string, bool)
GetUploadIdOk returns a tuple with the UploadId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreSignAppVersionUploadRequest) SetUploadId(v string)
SetUploadId sets UploadId field to given value.
func (o *PreSignAppVersionUploadRequest) GetPartNumbers() []int32
GetPartNumbers returns the PartNumbers field if non-nil, zero value otherwise.
func (o *PreSignAppVersionUploadRequest) GetPartNumbersOk() (*[]int32, bool)
GetPartNumbersOk returns a tuple with the PartNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreSignAppVersionUploadRequest) SetPartNumbers(v []int32)
SetPartNumbers sets PartNumbers field to given value.