View Source GoogleApi.CloudResourceManager.V1.Model.MoveFolderMetadata (google_api_cloud_resource_manager v0.44.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.