GoogleApi.DeveloperConnect.V1.Model.ListAccountConnectorsResponse (google_api_developer_connect v0.6.0)
View SourceMessage for response to listing AccountConnectors
Attributes
-
accountConnectors(type:list(GoogleApi.DeveloperConnect.V1.Model.AccountConnector.t), default:nil) - The list of AccountConnectors -
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
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.ListAccountConnectorsResponse{ accountConnectors: [GoogleApi.DeveloperConnect.V1.Model.AccountConnector.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }