Struct google_cloudresourcemanager2::MoveFolderRequest [−][src]
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).
- move folders (request)
Fields
destination_parent: Option<String>
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]
impl Default for MoveFolderRequestfn default() -> MoveFolderRequest[src]
fn default() -> MoveFolderRequestReturns the "default value" for a type. Read more
impl Clone for MoveFolderRequest[src]
impl Clone for MoveFolderRequestfn clone(&self) -> MoveFolderRequest[src]
fn clone(&self) -> MoveFolderRequestReturns 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 MoveFolderRequest[src]
impl Debug for MoveFolderRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for MoveFolderRequest[src]
impl RequestValue for MoveFolderRequestAuto Trait Implementations
impl Send for MoveFolderRequest
impl Send for MoveFolderRequestimpl Sync for MoveFolderRequest
impl Sync for MoveFolderRequest