GoogleCloudApigeeV1SecurityActionDeny.fromJson constructor

GoogleCloudApigeeV1SecurityActionDeny.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityActionDeny.fromJson(core.Map json_)
  : this(responseCode: json_['responseCode'] as core.int?);