GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson constructor
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson(
- Map json_
Implementation
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson(
core.Map json_)
: this(
product: json_['product'] as core.String?,
userAccountLinkedTime: json_['userAccountLinkedTime'] as core.String?,
);