View Source GoogleApi.IAP.V1.Model.ListTunnelDestGroupsResponse (google_api_iap v0.20.2)
The response from ListTunnelDestGroups.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that you can send aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
tunnelDestGroups(type:list(GoogleApi.IAP.V1.Model.TunnelDestGroup.t), default:nil) - TunnelDestGroup existing in the project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAP.V1.Model.ListTunnelDestGroupsResponse{ nextPageToken: String.t() | nil, tunnelDestGroups: [GoogleApi.IAP.V1.Model.TunnelDestGroup.t()] | nil }