GoogleCloudSecuritycenterV1MuteConfig.fromJson constructor

GoogleCloudSecuritycenterV1MuteConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudSecuritycenterV1MuteConfig.fromJson(core.Map json_)
    : this(
        createTime: json_['createTime'] as core.String?,
        description: json_['description'] as core.String?,
        displayName: json_['displayName'] as core.String?,
        expiryTime: json_['expiryTime'] as core.String?,
        filter: json_['filter'] as core.String?,
        mostRecentEditor: json_['mostRecentEditor'] as core.String?,
        name: json_['name'] as core.String?,
        type: json_['type'] as core.String?,
        updateTime: json_['updateTime'] as core.String?,
      );