View Source GoogleApi.Compute.V1.Model.FirewallPoliciesListAssociationsResponse (google_api_compute v0.56.0)

Attributes

  • associations (type: list(GoogleApi.Compute.V1.Model.FirewallPolicyAssociation.t), default: nil) - A list of associations.
  • kind (type: String.t, default: compute#firewallPoliciesListAssociationsResponse) - [Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FirewallPoliciesListAssociationsResponse{
  associations:
    [GoogleApi.Compute.V1.Model.FirewallPolicyAssociation.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.