View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1OperationMetadata (google_api_data_lineage v0.3.0)

Metadata describing the operation.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp of the operation submission to the server.
  • endTime (type: DateTime.t, default: nil) - Output only. The timestamp of the operation termination, 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 the operation being performed.
  • resource (type: String.t, default: nil) - Output only. The [relative name] (https://cloud.google.com//apis/design/resource_names#relative_resource_name) of the resource being operated on.
  • 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.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1OperationMetadata{
    createTime: DateTime.t() | nil,
    endTime: DateTime.t() | nil,
    operationType: String.t() | nil,
    resource: String.t() | nil,
    resourceUuid: String.t() | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.