google_api_cloud_resource_manager v0.29.1 GoogleApi.CloudResourceManager.V2.Model.ListFoldersResponse View Source

The ListFolders response message.

Attributes

  • folders (type: list(GoogleApi.CloudResourceManager.V2.Model.Folder.t), default: nil) - A possibly paginated list of Folders that are direct descendants of the specified parent resource.
  • nextPageToken (type: String.t, default: nil) - A pagination token returned from a previous call to ListFolders that indicates from where listing should continue.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudResourceManager.V2.Model.ListFoldersResponse{
  folders: [GoogleApi.CloudResourceManager.V2.Model.Folder.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.