GoogleApi.CloudResourceManager.V2.Model.FolderOperation (google_api_cloud_resource_manager v0.37.1) View Source

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.

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.FolderOperation{
  destinationParent: String.t(),
  displayName: String.t(),
  operationType: String.t(),
  sourceParent: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.