GoogleApi.Connectors.V1.Model.ListConnectorsResponse (google_api_connectors v0.2.0) View Source

Response message for Connectors.ListConnectors.

Attributes

  • connectors (type: list(GoogleApi.Connectors.V1.Model.Connector.t), default: nil) - A list of connectors.
  • nextPageToken (type: String.t, default: nil) - Next page token.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.ListConnectorsResponse{
  connectors: [GoogleApi.Connectors.V1.Model.Connector.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.