ListObjectsV2Output

Properties

Name
Type
Description
Notes

ListBucketResult

[optional]

Methods

NewListObjectsV2Output

func NewListObjectsV2Output() *ListObjectsV2Output

NewListObjectsV2Output instantiates a new ListObjectsV2Output 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

NewListObjectsV2OutputWithDefaults

func NewListObjectsV2OutputWithDefaults() *ListObjectsV2Output

NewListObjectsV2OutputWithDefaults instantiates a new ListObjectsV2Output 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

GetListBucketResult

func (o *ListObjectsV2Output) GetListBucketResult() ListObjectsV2OutputListBucketResult

GetListBucketResult returns the ListBucketResult field if non-nil, zero value otherwise.

GetListBucketResultOk

func (o *ListObjectsV2Output) GetListBucketResultOk() (*ListObjectsV2OutputListBucketResult, bool)

GetListBucketResultOk returns a tuple with the ListBucketResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetListBucketResult

func (o *ListObjectsV2Output) SetListBucketResult(v ListObjectsV2OutputListBucketResult)

SetListBucketResult sets ListBucketResult field to given value.

HasListBucketResult

func (o *ListObjectsV2Output) HasListBucketResult() bool

HasListBucketResult returns a boolean if a field has been set.

Last updated