GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.fromJson constructor
GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.fromJson(
- Map json_
Implementation
GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.fromJson(
core.Map json_)
: this(
cycleEndTime: json_.containsKey('cycleEndTime')
? json_['cycleEndTime'] as core.String
: null,
freeTrialEndTime: json_.containsKey('freeTrialEndTime')
? json_['freeTrialEndTime'] as core.String
: null,
renewalTime: json_.containsKey('renewalTime')
? json_['renewalTime'] as core.String
: null,
);