GoogleCloudAssuredworkloadsV1ViolationExceptionContext.fromJson constructor

GoogleCloudAssuredworkloadsV1ViolationExceptionContext.fromJson(
  1. Map json_
)

Implementation

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