CatalogCustomAttributeDefinition constructor
CatalogCustomAttributeDefinition({
- String? key,
- CatalogCustomAttributeDefinitionType? type,
- String? name,
- String? description,
- List<
CatalogObjectType> ? allowedObjectTypes, - CatalogCustomAttributeDefinitionAppVisibility? appVisibility,
- int? customAttributeUsageCount,
- CatalogCustomAttributeDefinitionNumberConfig? numberConfig,
- CatalogCustomAttributeDefinitionSelectionConfig? selectionConfig,
- CatalogCustomAttributeDefinitionSellerVisibility? sellerVisibility,
- SourceApplication? sourceApplication,
- CatalogCustomAttributeDefinitionStringConfig? stringConfig,
Implementation
CatalogCustomAttributeDefinition({
this.key, this.type, this.name, this.description, this.allowedObjectTypes,
this.appVisibility, this.customAttributeUsageCount, this.numberConfig,
this.selectionConfig, this.sellerVisibility, this.sourceApplication,
this.stringConfig
});