GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.fromJson constructor
GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse.fromJson(
core.Map json_)
: this(
channelPartnerRepricingConfigs: (json_[
'channelPartnerRepricingConfigs'] as core.List?)
?.map((value) =>
GoogleCloudChannelV1ChannelPartnerRepricingConfig.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
nextPageToken: json_['nextPageToken'] as core.String?,
);