CatalogCustomAttributeDefinition class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
-
CatalogCustomAttributeDefinition.new({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}) -
CatalogCustomAttributeDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
allowedObjectTypes
→ List<
CatalogObjectType> ? -
final
- appVisibility → CatalogCustomAttributeDefinitionAppVisibility?
-
final
- customAttributeUsageCount → int?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
final
- name → String?
-
final
- numberConfig → CatalogCustomAttributeDefinitionNumberConfig?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionConfig → CatalogCustomAttributeDefinitionSelectionConfig?
-
final
- sellerVisibility → CatalogCustomAttributeDefinitionSellerVisibility?
-
final
- sourceApplication → SourceApplication?
-
final
- stringConfig → CatalogCustomAttributeDefinitionStringConfig?
-
final
- type → CatalogCustomAttributeDefinitionType?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited