View Source GoogleApi.MigrationCenter.V1.Model.ListDiscoveryClientsResponse (google_api_migration_center v0.3.1)
Response message for listing discovery clients.
Attributes
-
discoveryClients
(type:list(GoogleApi.MigrationCenter.V1.Model.DiscoveryClient.t)
, default:nil
) - List of discovery clients. -
nextPageToken
(type:String.t
, default:nil
) - A token that can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
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.MigrationCenter.V1.Model.ListDiscoveryClientsResponse{ discoveryClients: [GoogleApi.MigrationCenter.V1.Model.DiscoveryClient.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.