PartnerMetadata constructor
PartnerMetadata({
- bool? acceptGcpTos,
- String? additionalComments,
- bool? confirmPartnerRequirements,
- String? demoUri,
- bool? hasDynamicSpecUri,
- String? integrationTemplates,
- String? localSpecPath,
- String? marketplaceProduct,
- String? marketplaceProductId,
- String? marketplaceProductProjectId,
- String? marketplaceProductUri,
- String? partner,
- String? partnerConnectorDisplayName,
- String? publishRequestTime,
- String? targetApplication,
- String? targetCustomerSegment,
- 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,
});