View Source GoogleApi.NetworkSecurity.V1.Model.ListFirewallEndpointsResponse (google_api_network_security v0.6.0)
Message for response to listing Endpoints
Attributes
-
firewallEndpoints(type:list(GoogleApi.NetworkSecurity.V1.Model.FirewallEndpoint.t), default:nil) - The list of Endpoint -
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.ListFirewallEndpointsResponse{ firewallEndpoints: [GoogleApi.NetworkSecurity.V1.Model.FirewallEndpoint.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.