GoogleApi.CloudResourceManager.V2.Model.MoveFolderMetadata (google_api_cloud_resource_manager v0.40.5) View Source

Metadata pertaining to the folder move process.

Attributes

  • destinationParent (type: String.t, default: nil) - The resource name of the folder or organization to move the folder to.
  • displayName (type: String.t, default: nil) - The display name of the folder.
  • sourceParent (type: String.t, default: nil) - The resource name of the folder's parent.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudResourceManager.V2.Model.MoveFolderMetadata{
  destinationParent: String.t() | nil,
  displayName: String.t() | nil,
  sourceParent: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.