GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson constructor

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson(
  1. Map json_
)

Implementation

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