GoogleApi.Composer.V1beta1.Model.OperationMetadata (google_api_composer v0.36.3)
View SourceMetadata describing an operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation was submitted to the server. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing. -
operationType
(type:String.t
, default:nil
) - Output only. The type of operation being performed. -
resource
(type:String.t
, default:nil
) - Output only. The resource being operated on, as a relative resource name. -
resourceUuid
(type:String.t
, default:nil
) - Output only. The UUID of the resource being operated on. -
state
(type:String.t
, default:nil
) - Output only. The current operation state.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Composer.V1beta1.Model.OperationMetadata{ createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, operationType: String.t() | nil, resource: String.t() | nil, resourceUuid: String.t() | nil, state: String.t() | nil }