A list of Anywhere Caches.
Attributes
-
items(type:list(Googly.CloudStorage.Model.AnywhereCache.t())) - The list of items. -
kind(type:String.t()) - The kind of item this is. For lists of Anywhere Caches, this is always storage#anywhereCaches. -
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.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.AnywhereCaches{ items: [Googly.CloudStorage.Model.AnywhereCache.t()] | nil, kind: String.t() | nil, next_page_token: String.t() | nil }