View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListConnectionsResponse (google_api_dlp v0.46.0)

Response message for ListConnections.

Attributes

  • connections (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Connection.t), default: nil) - List of connections.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results. An empty value means there are no more results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListConnectionsResponse{
  connections: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Connection.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.