google_api_service_management v0.32.0 GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse{ changeReports: [GoogleApi.ServiceManagement.V1.Model.ChangeReport.t()], diagnostics: [GoogleApi.ServiceManagement.V1.Model.Diagnostic.t()], id: String.t(), serviceName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.