Skip to content

Latest commit

 

History

History
93 lines (50 loc) Β· 2.78 KB

File metadata and controls

93 lines (50 loc) Β· 2.78 KB

PreSignAppVersionUploadRequest

Properties

Name Type Description Notes
Key string
UploadId string
PartNumbers []int32

Methods

NewPreSignAppVersionUploadRequest

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

NewPreSignAppVersionUploadRequestWithDefaults

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

GetKey

func (o *PreSignAppVersionUploadRequest) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *PreSignAppVersionUploadRequest) SetKey(v string)

SetKey sets Key field to given value.

GetUploadId

func (o *PreSignAppVersionUploadRequest) GetUploadId() string

GetUploadId returns the UploadId field if non-nil, zero value otherwise.

GetUploadIdOk

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.

SetUploadId

func (o *PreSignAppVersionUploadRequest) SetUploadId(v string)

SetUploadId sets UploadId field to given value.

GetPartNumbers

func (o *PreSignAppVersionUploadRequest) GetPartNumbers() []int32

GetPartNumbers returns the PartNumbers field if non-nil, zero value otherwise.

GetPartNumbersOk

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.

SetPartNumbers

func (o *PreSignAppVersionUploadRequest) SetPartNumbers(v []int32)

SetPartNumbers sets PartNumbers field to given value.

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