GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest.fromJson constructor

GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest.fromJson(
    core.Map json_)
    : this(
        acknowledgeType: json_['acknowledgeType'] as core.String?,
        comment: json_['comment'] as core.String?,
        nonCompliantOrgPolicy: json_['nonCompliantOrgPolicy'] as core.String?,
      );