A list of buckets.
Attributes
-
items(type:list(Googly.CloudStorage.Model.Bucket.t())) - The list of items. -
kind(type:String.t()) - The kind of item this is. For lists of buckets, this is always storage#buckets. -
next_page_token(type:String.t()) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. -
unreachable(type:list(String.t())) - The list of bucket resource names that could not be reached during the listing operation.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.Buckets{ items: [Googly.CloudStorage.Model.Bucket.t()] | nil, kind: String.t() | nil, next_page_token: String.t() | nil, unreachable: [String.t()] | nil }