GoogleCloudApigeeV1CustomReportMetric.fromJson constructor
GoogleCloudApigeeV1CustomReportMetric.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1CustomReportMetric.fromJson(core.Map json_)
: this(
function: json_['function'] as core.String?,
name: json_['name'] as core.String?,
);