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