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

Response message for SearchConnections.

Attributes

  • connections (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Connection.t), default: nil) - List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
  • 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.GooglePrivacyDlpV2SearchConnectionsResponse{
  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.