View Source GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse (google_api_service_management v0.60.1)
Response message for GenerateConfigReport method.
Attributes
-
changeReports
(type:list(GoogleApi.ServiceManagement.V1.Model.ChangeReport.t)
, default:nil
) - list of ChangeReport, each corresponding to comparison between two service configurations. -
diagnostics
(type:list(GoogleApi.ServiceManagement.V1.Model.Diagnostic.t)
, default:nil
) - Errors / Linter warnings associated with the service definition this report belongs to. -
id
(type:String.t
, default:nil
) - ID of the service configuration this report belongs to. -
serviceName
(type:String.t
, default:nil
) - Name of the service this report belongs to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse{ changeReports: [GoogleApi.ServiceManagement.V1.Model.ChangeReport.t()] | nil, diagnostics: [GoogleApi.ServiceManagement.V1.Model.Diagnostic.t()] | nil, id: String.t() | nil, serviceName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.