google_api_cloud_resource_manager v0.4.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:
null
. - displayName (String.t): The display name of the folder. Defaults to:
null
. operationType (String.t): The type of this operation. Defaults to:
null
.- Enum - one of [OPERATION_TYPE_UNSPECIFIED, CREATE, MOVE]
- sourceParent (String.t): The resource name of the folder's parent. Only applicable when the operation_type is MOVE. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.