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