View Source GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupsResponse (google_api_network_security v0.6.0)
Response returned by the ListAddressGroups method.
Attributes
-
addressGroups(type:list(GoogleApi.NetworkSecurity.V1.Model.AddressGroup.t), default:nil) - List of AddressGroups resources. -
nextPageToken(type:String.t, default:nil) - If there might be more results than those appearing in this response, thennext_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupsResponse{ addressGroups: [GoogleApi.NetworkSecurity.V1.Model.AddressGroup.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.