Input$FBCatalogSyncUpdateInput class

Constructors

Input$FBCatalogSyncUpdateInput({bool? sell, bool? googleCategory, bool? fbCategory, bool? sale, Input$FBCatalogSyncAttributesInput? attributes, Input$FBCatalogSyncShippingInput? shipping, required String id})
factory
Input$FBCatalogSyncUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

attributes Input$FBCatalogSyncAttributesInput?
no setter
copyWith CopyWith$Input$FBCatalogSyncUpdateInput<Input$FBCatalogSyncUpdateInput>
no setter
fbCategory bool?
no setter
googleCategory bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sale bool?
no setter
sell bool?
no setter
shipping Input$FBCatalogSyncShippingInput?
no setter

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override