View Source GoogleApi.CloudResourceManager.V3.Model.FolderOperation (google_api_cloud_resource_manager v0.43.0)

Metadata describing a long running folder operation

Attributes

  • destinationParent (type: String.t, default: nil) - The resource name of the folder or organization we are either creating the folder under or moving the folder to.
  • displayName (type: String.t, default: nil) - The display name of the folder.
  • operationType (type: String.t, default: nil) - The type of this operation.
  • sourceParent (type: String.t, default: nil) - The resource name of the folder's parent. Only applicable when the operation_type is MOVE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.