View Source GoogleApi.IAM.V2.Model.CloudControl2SharedOperationsReconciliationOperationMetadata (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.V2.Model.CloudControl2SharedOperationsReconciliationOperationMetadata{
    deleteResource: boolean() | nil,
    exclusiveAction: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.