View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1ListAppConnectorsResponse (google_api_beyond_corp v0.10.0)

Response message for BeyondCorp.ListAppConnectors.

Attributes

  • appConnectors (type: list(GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1AppConnector.t), default: nil) - A list of BeyondCorp AppConnectors 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.GoogleCloudBeyondcorpAppconnectorsV1ListAppConnectorsResponse{
    appConnectors:
      [
        GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1AppConnector.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    unreachable: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.