View Source GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupReferencesResponse (google_api_network_security v0.3.0)
Response of the ListAddressGroupReferences method.
Attributes
-
addressGroupReferences
(type:list(GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupReferencesResponseAddressGroupReference.t)
, default:nil
) - A list of references that matches the specified filter in the request. -
nextPageToken
(type:String.t
, default:nil
) - If there might be more results than those appearing in this response, thennext_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupReferencesResponse{ addressGroupReferences: [ GoogleApi.NetworkSecurity.V1.Model.ListAddressGroupReferencesResponseAddressGroupReference.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.