GoogleCloudPaymentsResellerSubscriptionV1Duration constructor

GoogleCloudPaymentsResellerSubscriptionV1Duration({
  1. int? count,
  2. String? unit,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Duration({
  this.count,
  this.unit,
});