Name | Type | Description | Notes |
---|---|---|---|
Bucket | Pointer to string | The bucket name. | [optional] |
KeyMarker | Pointer to string | The key at or after which the listing began. | [optional] |
UploadIdMarker | Pointer to string | Upload ID after which listing began. | [optional] |
NextKeyMarker | Pointer to string | When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request. | [optional] |
Prefix | Pointer to string | When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix. | [optional] |
Delimiter | Pointer to string | Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response. | [optional] |
NextUploadIdMarker | Pointer to string | When a list is truncated, this element specifies the value that should be used for the `upload-id-marker` request parameter in a subsequent request. | [optional] |
MaxUploads | Pointer to int32 | Maximum number of multipart uploads that could have been included in the response. | [optional] |
IsTruncated | Pointer to bool | A flag that indicates whether IONOS Object Storage returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results. | [optional] |
Uploads | Pointer to []MultipartUpload | Container for elements related to a particular multipart upload. A response can contain zero or more `Upload` elements. | [optional] |
CommonPrefixes | Pointer to []CommonPrefix | All of the keys rolled up into a common prefix count as a single return when calculating the number of returns. | [optional] |
EncodingType | Pointer to EncodingType | [optional] |
func NewListMultipartUploadsOutput() *ListMultipartUploadsOutput
NewListMultipartUploadsOutput instantiates a new ListMultipartUploadsOutput 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 NewListMultipartUploadsOutputWithDefaults() *ListMultipartUploadsOutput
NewListMultipartUploadsOutputWithDefaults instantiates a new ListMultipartUploadsOutput 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 *ListMultipartUploadsOutput) GetBucket() string
GetBucket returns the Bucket field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetBucket(v string)
SetBucket sets Bucket field to given value.
func (o *ListMultipartUploadsOutput) HasBucket() bool
HasBucket returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetKeyMarker() string
GetKeyMarker returns the KeyMarker field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetKeyMarkerOk() (*string, bool)
GetKeyMarkerOk returns a tuple with the KeyMarker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetKeyMarker(v string)
SetKeyMarker sets KeyMarker field to given value.
func (o *ListMultipartUploadsOutput) HasKeyMarker() bool
HasKeyMarker returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetUploadIdMarker() string
GetUploadIdMarker returns the UploadIdMarker field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetUploadIdMarkerOk() (*string, bool)
GetUploadIdMarkerOk returns a tuple with the UploadIdMarker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetUploadIdMarker(v string)
SetUploadIdMarker sets UploadIdMarker field to given value.
func (o *ListMultipartUploadsOutput) HasUploadIdMarker() bool
HasUploadIdMarker returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetNextKeyMarker() string
GetNextKeyMarker returns the NextKeyMarker field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetNextKeyMarkerOk() (*string, bool)
GetNextKeyMarkerOk returns a tuple with the NextKeyMarker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetNextKeyMarker(v string)
SetNextKeyMarker sets NextKeyMarker field to given value.
func (o *ListMultipartUploadsOutput) HasNextKeyMarker() bool
HasNextKeyMarker returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *ListMultipartUploadsOutput) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetDelimiter() string
GetDelimiter returns the Delimiter field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetDelimiterOk() (*string, bool)
GetDelimiterOk returns a tuple with the Delimiter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetDelimiter(v string)
SetDelimiter sets Delimiter field to given value.
func (o *ListMultipartUploadsOutput) HasDelimiter() bool
HasDelimiter returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetNextUploadIdMarker() string
GetNextUploadIdMarker returns the NextUploadIdMarker field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetNextUploadIdMarkerOk() (*string, bool)
GetNextUploadIdMarkerOk returns a tuple with the NextUploadIdMarker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetNextUploadIdMarker(v string)
SetNextUploadIdMarker sets NextUploadIdMarker field to given value.
func (o *ListMultipartUploadsOutput) HasNextUploadIdMarker() bool
HasNextUploadIdMarker returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetMaxUploads() int32
GetMaxUploads returns the MaxUploads field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetMaxUploadsOk() (*int32, bool)
GetMaxUploadsOk returns a tuple with the MaxUploads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetMaxUploads(v int32)
SetMaxUploads sets MaxUploads field to given value.
func (o *ListMultipartUploadsOutput) HasMaxUploads() bool
HasMaxUploads returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetIsTruncated() bool
GetIsTruncated returns the IsTruncated field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetIsTruncatedOk() (*bool, bool)
GetIsTruncatedOk returns a tuple with the IsTruncated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetIsTruncated(v bool)
SetIsTruncated sets IsTruncated field to given value.
func (o *ListMultipartUploadsOutput) HasIsTruncated() bool
HasIsTruncated returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetUploads() []MultipartUpload
GetUploads returns the Uploads field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetUploadsOk() (*[]MultipartUpload, bool)
GetUploadsOk returns a tuple with the Uploads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetUploads(v []MultipartUpload)
SetUploads sets Uploads field to given value.
func (o *ListMultipartUploadsOutput) HasUploads() bool
HasUploads returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetCommonPrefixes() []CommonPrefix
GetCommonPrefixes returns the CommonPrefixes field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetCommonPrefixesOk() (*[]CommonPrefix, bool)
GetCommonPrefixesOk returns a tuple with the CommonPrefixes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetCommonPrefixes(v []CommonPrefix)
SetCommonPrefixes sets CommonPrefixes field to given value.
func (o *ListMultipartUploadsOutput) HasCommonPrefixes() bool
HasCommonPrefixes returns a boolean if a field has been set.
func (o *ListMultipartUploadsOutput) GetEncodingType() EncodingType
GetEncodingType returns the EncodingType field if non-nil, zero value otherwise.
func (o *ListMultipartUploadsOutput) GetEncodingTypeOk() (*EncodingType, bool)
GetEncodingTypeOk returns a tuple with the EncodingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListMultipartUploadsOutput) SetEncodingType(v EncodingType)
SetEncodingType sets EncodingType field to given value.
func (o *ListMultipartUploadsOutput) HasEncodingType() bool
HasEncodingType returns a boolean if a field has been set.