Product constructor
Product({})
Implementation
Product({
required this.productArn,
this.activationUrl,
this.categories,
this.companyName,
this.description,
this.integrationTypes,
this.marketplaceUrl,
this.productName,
this.productSubscriptionResourcePolicy,
});