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).
- search folders (response)
Fields
next_page_token: Option<String>
A pagination token returned from a previous call to SearchFolders
that indicates from where searching should continue.
This field is optional.
folders: Option<Vec<Folder>>
A possibly paginated folder search results. the specified parent resource.
Trait Implementations
impl Default for SearchFoldersResponse[src]
impl Default for SearchFoldersResponsefn default() -> SearchFoldersResponse[src]
fn default() -> SearchFoldersResponseReturns the "default value" for a type. Read more
impl Clone for SearchFoldersResponse[src]
impl Clone for SearchFoldersResponsefn clone(&self) -> SearchFoldersResponse[src]
fn clone(&self) -> SearchFoldersResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SearchFoldersResponse[src]
impl Debug for SearchFoldersResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for SearchFoldersResponse[src]
impl ResponseResult for SearchFoldersResponseAuto Trait Implementations
impl Send for SearchFoldersResponse
impl Send for SearchFoldersResponseimpl Sync for SearchFoldersResponse
impl Sync for SearchFoldersResponse