GoogleApi.CloudBuild.V2.Model.ListConnectionsResponse (google_api_cloud_build v0.54.0)

View Source

Message for response to listing Connections.

Attributes

  • connections (type: list(GoogleApi.CloudBuild.V2.Model.Connection.t), default: nil) - The list of Connections.
  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V2.Model.ListConnectionsResponse{
  connections: [GoogleApi.CloudBuild.V2.Model.Connection.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.