Struct google_cloudresourcemanager2::MoveFolderRequest[][src]

pub struct MoveFolderRequest {
    pub destination_parent: Option<String>,
}

The MoveFolder request message.

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

The resource name of the Folder or Organization to reparent the folder under. Must be of the form folders/{folder_id} or organizations/{org_id}.

Trait Implementations

impl Default for MoveFolderRequest
[src]

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

impl Clone for MoveFolderRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MoveFolderRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for MoveFolderRequest
[src]

Auto Trait Implementations