GoogleApi.CloudResourceManager.V2.Model.SearchFoldersResponse (google_api_cloud_resource_manager v0.40.0) View Source
The response message for searching folders.
Attributes
-
folders
(type:list(GoogleApi.CloudResourceManager.V2.Model.Folder.t)
, default:nil
) - A possibly paginated folder search results. the specified parent resource. -
nextPageToken
(type:String.t
, default:nil
) - A pagination token returned from a previous call toSearchFolders
that indicates from where searching 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.SearchFoldersResponse{ folders: [GoogleApi.CloudResourceManager.V2.Model.Folder.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.