google_api_cloud_resource_manager v0.25.0 GoogleApi.CloudResourceManager.V2.Model.MoveFolderRequest View Source

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 form folders/{folder_id} or organizations/{org_id}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudResourceManager.V2.Model.MoveFolderRequest{
  destinationParent: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.