View Source GoogleApi.Connectors.V1.Model.SearchConnectionsResponse (google_api_connectors v0.14.0)
Response message for Connectors.SearchConnections.
Attributes
-
connections
(type:list(GoogleApi.Connectors.V1.Model.SearchConnectionInstance.t)
, default:nil
) - A list of connectors. -
nextPageToken
(type:String.t
, default:nil
) - Optional. page_token -
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
@type t() :: %GoogleApi.Connectors.V1.Model.SearchConnectionsResponse{ connections: [GoogleApi.Connectors.V1.Model.SearchConnectionInstance.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.