google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse View Source
Response message for GenerateConfigReport method.
Attributes
- changeReports ([ChangeReport]): list of ChangeReport, each corresponding to comparison between two service configurations. Defaults to:
null
. - diagnostics ([Diagnostic]): Errors / Linter warnings associated with the service definition this report belongs to. Defaults to:
null
. - id (String.t): ID of the service configuration this report belongs to. Defaults to:
null
. - serviceName (String.t): Name of the service this report belongs to. Defaults to:
null
.
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 Source
t() :: %GoogleApi.ServiceManagement.V1.Model.GenerateConfigReportResponse{ changeReports: [GoogleApi.ServiceManagement.V1.Model.ChangeReport.t()], diagnostics: [GoogleApi.ServiceManagement.V1.Model.Diagnostic.t()], id: any(), serviceName: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.