View Source GoogleApi.PrivateCA.V1beta1.Model.ReconciliationOperationMetadata (google_api_private_ca v0.9.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) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1beta1.Model.ReconciliationOperationMetadata{
  deleteResource: boolean() | nil,
  exclusiveAction: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.