PartnerMetadata constructor

PartnerMetadata({
  1. bool? acceptGcpTos,
  2. String? additionalComments,
  3. bool? confirmPartnerRequirements,
  4. String? demoUri,
  5. bool? hasDynamicSpecUri,
  6. String? integrationTemplates,
  7. String? localSpecPath,
  8. String? marketplaceProduct,
  9. String? marketplaceProductId,
  10. String? marketplaceProductProjectId,
  11. String? marketplaceProductUri,
  12. String? partner,
  13. String? partnerConnectorDisplayName,
  14. String? publishRequestTime,
  15. String? targetApplication,
  16. String? targetCustomerSegment,
  17. String? useCases,
})

Implementation

PartnerMetadata({
  this.acceptGcpTos,
  this.additionalComments,
  this.confirmPartnerRequirements,
  this.demoUri,
  this.hasDynamicSpecUri,
  this.integrationTemplates,
  this.localSpecPath,
  this.marketplaceProduct,
  this.marketplaceProductId,
  this.marketplaceProductProjectId,
  this.marketplaceProductUri,
  this.partner,
  this.partnerConnectorDisplayName,
  this.publishRequestTime,
  this.targetApplication,
  this.targetCustomerSegment,
  this.useCases,
});