View Source GoogleApi.CloudResourceManager.V2.Model.MoveFolderRequest (google_api_cloud_resource_manager v0.43.0)
The MoveFolder request message.
Attributes
-
destinationParent
(type:String.t
, default:nil
) - Required. The resource name of the Folder or Organization to reparent the folder under. Must be of the formfolders/{folder_id}
ororganizations/{org_id}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudResourceManager.V2.Model.MoveFolderRequest{ destinationParent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.