GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails.fromJson constructor
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails.fromJson(
- Map json_
Implementation
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails.fromJson(
core.Map json_)
: this(
introductoryPricingSpecs: json_
.containsKey('introductoryPricingSpecs')
? (json_['introductoryPricingSpecs'] as core.List)
.map((value) =>
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList()
: null,
);