google_api_composer v0.13.0 GoogleApi.Composer.V1beta1.Model.OperationMetadata View Source
Metadata 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.
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 Sourcet() :: %GoogleApi.Composer.V1beta1.Model.OperationMetadata{
createTime: DateTime.t(),
endTime: DateTime.t(),
operationType: String.t(),
resource: String.t(),
resourceUuid: String.t(),
state: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.