GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson constructor
GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1DeleteCustomReportResponse.fromJson(core.Map json_)
: this(
message: json_.containsKey('message')
? json_['message'] as core.String
: null,
);