Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []GetObjectStorageBucketContent200ResponseDataInner | [optional] | |
IsTruncated | Pointer to bool | Designates if there is another page of bucket objects. | [optional] |
NextMarker | Pointer to NullableString | Returns the value you should pass to the `marker` query parameter to get the next page of objects. If there is no next page, `null` will be returned. | [optional] |
func NewGetObjectStorageBucketContent200Response() *GetObjectStorageBucketContent200Response
NewGetObjectStorageBucketContent200Response instantiates a new GetObjectStorageBucketContent200Response 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 NewGetObjectStorageBucketContent200ResponseWithDefaults() *GetObjectStorageBucketContent200Response
NewGetObjectStorageBucketContent200ResponseWithDefaults instantiates a new GetObjectStorageBucketContent200Response 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 *GetObjectStorageBucketContent200Response) GetData() []GetObjectStorageBucketContent200ResponseDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200Response) GetDataOk() (*[]GetObjectStorageBucketContent200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200Response) SetData(v []GetObjectStorageBucketContent200ResponseDataInner)
SetData sets Data field to given value.
func (o *GetObjectStorageBucketContent200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200Response) GetIsTruncated() bool
GetIsTruncated returns the IsTruncated field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200Response) 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 *GetObjectStorageBucketContent200Response) SetIsTruncated(v bool)
SetIsTruncated sets IsTruncated field to given value.
func (o *GetObjectStorageBucketContent200Response) HasIsTruncated() bool
HasIsTruncated returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200Response) GetNextMarker() string
GetNextMarker returns the NextMarker field if non-nil, zero value otherwise.
func (o *GetObjectStorageBucketContent200Response) GetNextMarkerOk() (*string, bool)
GetNextMarkerOk returns a tuple with the NextMarker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageBucketContent200Response) SetNextMarker(v string)
SetNextMarker sets NextMarker field to given value.
func (o *GetObjectStorageBucketContent200Response) HasNextMarker() bool
HasNextMarker returns a boolean if a field has been set.
func (o *GetObjectStorageBucketContent200Response) SetNextMarkerNil(b bool)
SetNextMarkerNil sets the value for NextMarker to be an explicit nil
func (o *GetObjectStorageBucketContent200Response) UnsetNextMarker()
UnsetNextMarker ensures that no value is present for NextMarker, not even an explicit nil