Googly.CloudStorage.Model.ManagedFolders (googly_cloud_storage v0.1.0)

Copy Markdown View Source

A list of managed folders.

Attributes

  • items (type: list(Googly.CloudStorage.Model.ManagedFolder.t())) - The list of items.
  • kind (type: String.t()) - The kind of item this is. For lists of managed folders, this is always storage#managedFolders.
  • 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

t()

@type t() :: %Googly.CloudStorage.Model.ManagedFolders{
  items: [Googly.CloudStorage.Model.ManagedFolder.t()] | nil,
  kind: String.t() | nil,
  next_page_token: String.t() | nil
}