GoogleCloudApigeeV1SecurityActionDeny.fromJson constructor
GoogleCloudApigeeV1SecurityActionDeny.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1SecurityActionDeny.fromJson(core.Map json_)
: this(
responseCode: json_.containsKey('responseCode')
? json_['responseCode'] as core.int
: null,
);