View Source GoogleApi.NetworkSecurity.V1.Model.ListFirewallEndpointAssociationsResponse (google_api_network_security v0.6.0)
Message for response to listing Associations
Attributes
-
firewallEndpointAssociations(type:list(GoogleApi.NetworkSecurity.V1.Model.FirewallEndpointAssociation.t), default:nil) - The list of Association -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ListFirewallEndpointAssociationsResponse{ firewallEndpointAssociations: [GoogleApi.NetworkSecurity.V1.Model.FirewallEndpointAssociation.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.