GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse class

The response message for FetchDbFrameworkComplianceReport.

Constructors

GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse({GoogleCloudAssuredworkloadsV1ControlAssessmentDetails? controlAssessmentDetails, String? framework, List<String>? frameworkCategories, String? frameworkDescription, String? frameworkDisplayName, String? frameworkType, String? majorRevisionId, String? minorRevisionId, String? name, List<String>? supportedCloudProviders, List<GoogleCloudAssuredworkloadsV1TargetResourceDetails>? targetResourceDetails, String? updateTime})
GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse.fromJson(Map json_)

Properties

controlAssessmentDetails GoogleCloudAssuredworkloadsV1ControlAssessmentDetails?
The control assessment details of the framework.
getter/setter pair
framework String?
The name of the framework.
getter/setter pair
frameworkCategories List<String>?
The list of framework categories supported.
getter/setter pair
frameworkDescription String?
The description of the framework.
getter/setter pair
frameworkDisplayName String?
The display name for the framework.
getter/setter pair
frameworkType String?
The type of the framework. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
majorRevisionId String?
The latest major revision ID of the framework.
getter/setter pair
minorRevisionId String?
The latest minor revision ID of the latest major revision of the framework.
getter/setter pair
name String?
The name of the framework compliance report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedCloudProviders List<String>?
The list of cloud providers that are supported by the framework.
getter/setter pair
targetResourceDetails List<GoogleCloudAssuredworkloadsV1TargetResourceDetails>?
The target resource details of the framework.
getter/setter pair
updateTime String?
The last updated time of the report.
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