PartnerCustomerEnableResponse constructor

PartnerCustomerEnableResponse({
  1. String? productionSecret,
  2. String? requestId,
})

Implementation

PartnerCustomerEnableResponse({
  this.productionSecret,
  this.requestId,
});