google_api_cloud_resource_manager v0.7.0 GoogleApi.CloudResourceManager.V1.Model.FolderOperation View Source

Metadata describing a long running folder operation

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudResourceManager.V1.Model.FolderOperation{
  destinationParent: String.t(),
  displayName: String.t(),
  operationType: String.t(),
  sourceParent: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.