View Source GoogleApi.MigrationCenter.V1.Model.ListSourcesResponse (google_api_migration_center v0.2.0)
Response message for listing sources.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results the server should return. -
sources
(type:list(GoogleApi.MigrationCenter.V1.Model.Source.t)
, default:nil
) - The list of sources. -
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.ListSourcesResponse{ nextPageToken: String.t() | nil, sources: [GoogleApi.MigrationCenter.V1.Model.Source.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.