View Source GoogleApi.IAM.V1.Model.ReconciliationOperationMetadata (google_api_iam v0.42.0)

Operation metadata returned by the CLH during resource state reconciliation.

Attributes

  • deleteResource (type: boolean(), default: nil) - DEPRECATED. Use exclusive_action instead.
  • exclusiveAction (type: String.t, default: nil) - Excluisive action returned by the CLH.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.ReconciliationOperationMetadata{
  deleteResource: boolean() | nil,
  exclusiveAction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.