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

The difference delta between two policies.

Attributes

  • bindingDeltas (type: list(GoogleApi.IAM.V1.Model.BindingDelta.t), default: nil) - The delta for Bindings between two policies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAM.V1.Model.PolicyDelta{
  bindingDeltas: [GoogleApi.IAM.V1.Model.BindingDelta.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.