GoogleCloudAssuredworkloadsV1ViolationExceptionContext.fromJson constructor

GoogleCloudAssuredworkloadsV1ViolationExceptionContext.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAssuredworkloadsV1ViolationExceptionContext.fromJson(
    core.Map json_)
    : this(
        acknowledgementTime: json_['acknowledgementTime'] as core.String?,
        comment: json_['comment'] as core.String?,
        userName: json_['userName'] as core.String?,
      );