GoogleApi.CloudResourceManager.V3.Model.MoveFolderRequest (google_api_cloud_resource_manager v0.44.1)

View Source

The MoveFolder request message.

Attributes

  • destinationParent (type: String.t, default: nil) - Required. The resource name of the folder or organization which should be the folder's new parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudResourceManager.V3.Model.MoveFolderRequest{
  destinationParent: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.