View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse (google_api_beyond_corp v0.13.0)
Response message for BeyondCorp.ListAppConnections.
Attributes
-
appConnections
(type:list(GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.t)
, default:nil
) - A list of BeyondCorp AppConnections in the project. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - A list of locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse{ appConnections: [ GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.t() ] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.