GoogleAdsSearchads360V23ResourcesBillingSetup constructor

GoogleAdsSearchads360V23ResourcesBillingSetup({
  1. String? endDateTime,
  2. String? endTimeType,
  3. String? id,
  4. String? paymentsAccount,
  5. GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo? paymentsAccountInfo,
  6. String? resourceName,
  7. String? startDateTime,
  8. String? startTimeType,
  9. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesBillingSetup({
  this.endDateTime,
  this.endTimeType,
  this.id,
  this.paymentsAccount,
  this.paymentsAccountInfo,
  this.resourceName,
  this.startDateTime,
  this.startTimeType,
  this.status,
});