Struct google_cloudresourcemanager2::SearchFoldersResponse[][src]

pub struct SearchFoldersResponse {
    pub next_page_token: Option<String>,
    pub folders: Option<Vec<Folder>>,
}

The response message for searching folders.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A pagination token returned from a previous call to SearchFolders that indicates from where searching should continue. This field is optional.

A possibly paginated folder search results. the specified parent resource.

Trait Implementations

impl Default for SearchFoldersResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for SearchFoldersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchFoldersResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SearchFoldersResponse
[src]

Auto Trait Implementations