GoogleCloudPaymentsResellerSubscriptionV1Duration.fromJson constructor

GoogleCloudPaymentsResellerSubscriptionV1Duration.fromJson(
  1. Map json_
)

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Duration.fromJson(core.Map json_)
    : this(
        count: json_.containsKey('count') ? json_['count'] as core.int : null,
        unit: json_.containsKey('unit') ? json_['unit'] as core.String : null,
      );