GoogleApi.VMMigration.V1.Model.ListUtilizationReportsResponse (google_api_vm_migration v0.11.0)
View SourceResponse message for 'ListUtilizationReports' request.
Attributes
-
nextPageToken(type:String.t, default:nil) - Output only. A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable(type:list(String.t), default:nil) - Output only. Locations that could not be reached. -
utilizationReports(type:list(GoogleApi.VMMigration.V1.Model.UtilizationReport.t), default:nil) - Output only. The list of reports.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.ListUtilizationReportsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, utilizationReports: [GoogleApi.VMMigration.V1.Model.UtilizationReport.t()] | nil }