GenerateConfigReportResponse class

Response message for GenerateConfigReport method.

Constructors

GenerateConfigReportResponse({List<ChangeReport>? changeReports, List<Diagnostic>? diagnostics, String? id, String? serviceName})
GenerateConfigReportResponse.fromJson(Map json_)

Properties

changeReports List<ChangeReport>?
list of ChangeReport, each corresponding to comparison between two service configurations.
getter/setter pair
diagnostics List<Diagnostic>?
Errors / Linter warnings associated with the service definition this report belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the service configuration this report belongs to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String?
Name of the service this report belongs to.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited