View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetResourceStatus (google_api_dataplex v0.15.0)

Status of the resource referenced by an asset.

Attributes

  • managedAccessIdentity (type: String.t, default: nil) - Output only. Service account associated with the BigQuery Connection.
  • message (type: String.t, default: nil) - Additional information about the current state.
  • state (type: String.t, default: nil) - The current state of the managed resource.
  • updateTime (type: DateTime.t, default: nil) - Last update time of the status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetResourceStatus{
  managedAccessIdentity: String.t() | nil,
  message: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.