GoogleCloudAssuredworkloadsV1Violation constructor
GoogleCloudAssuredworkloadsV1Violation({
- bool? acknowledged,
- String? acknowledgementTime,
- String? associatedOrgPolicyViolationId,
- String? auditLogLink,
- String? beginTime,
- String? category,
- String? description,
- String? exceptionAuditLogLink,
- List<
GoogleCloudAssuredworkloadsV1ViolationExceptionContext> ? exceptionContexts, - String? name,
- String? nonCompliantOrgPolicy,
- String? orgPolicyConstraint,
- String? parentProjectNumber,
- GoogleCloudAssuredworkloadsV1ViolationRemediation? remediation,
- String? resolveTime,
- String? resourceName,
- String? resourceType,
- String? state,
- String? updateTime,
- String? violationType,
Implementation
GoogleCloudAssuredworkloadsV1Violation({
this.acknowledged,
this.acknowledgementTime,
this.associatedOrgPolicyViolationId,
this.auditLogLink,
this.beginTime,
this.category,
this.description,
this.exceptionAuditLogLink,
this.exceptionContexts,
this.name,
this.nonCompliantOrgPolicy,
this.orgPolicyConstraint,
this.parentProjectNumber,
this.remediation,
this.resolveTime,
this.resourceName,
this.resourceType,
this.state,
this.updateTime,
this.violationType,
});