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

Aggregated status of the underlying assets of a lake or zone.

Attributes

  • activeAssets (type: integer(), default: nil) - Number of active assets.
  • securityPolicyApplyingAssets (type: integer(), default: nil) - Number of assets that are in process of updating the security policy on attached resources.
  • 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.GoogleCloudDataplexV1AssetStatus{
  activeAssets: integer() | nil,
  securityPolicyApplyingAssets: integer() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.