GoogleApi.RapidMigrationAssessment.V1.Model.ListCollectorsResponse (google_api_rapid_migration_assessment v0.4.0)
View SourceMessage for response to listing Collectors.
Attributes
-
collectors
(type:list(GoogleApi.RapidMigrationAssessment.V1.Model.Collector.t)
, default:nil
) - The list of Collectors. -
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.RapidMigrationAssessment.V1.Model.ListCollectorsResponse{ collectors: [GoogleApi.RapidMigrationAssessment.V1.Model.Collector.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }