GoogleCloudApigeeV1RevenueShareRange.fromJson constructor
GoogleCloudApigeeV1RevenueShareRange.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1RevenueShareRange.fromJson(core.Map json_)
: this(
end: json_.containsKey('end') ? json_['end'] as core.String : null,
sharePercentage: json_.containsKey('sharePercentage')
? (json_['sharePercentage'] as core.num).toDouble()
: null,
start:
json_.containsKey('start') ? json_['start'] as core.String : null,
);