A list of objects.
Attributes
-
items(type:list(Googly.CloudStorage.Model.Object.t())) - The list of items. -
kind(type:String.t()) - The kind of item this is. For lists of objects, this is always storage#objects. -
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. -
prefixes(type:list(String.t())) - The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.Objects{ items: [Googly.CloudStorage.Model.Object.t()] | nil, kind: String.t() | nil, next_page_token: String.t() | nil, prefixes: [String.t()] | nil }