$InventorySourceStatus class Null safety

Used by:

  • displayvideo:v1 : InventorySourceStatus
  • displayvideo:v2 : InventorySourceStatus

Constructors

$InventorySourceStatus({String? configStatus, String? entityPauseReason, String? entityStatus, String? sellerPauseReason, String? sellerStatus})
$InventorySourceStatus.fromJson(Map json_)

Properties

configStatus String?
The configuration status of the inventory source.
read / write
entityPauseReason String?
The user-provided reason for pausing this inventory source.
read / write
entityStatus String?
Whether or not the inventory source is servable.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sellerPauseReason String?
The seller-provided reason for pausing this inventory source.
read / write
sellerStatus String?
The status set by the seller for the inventory source.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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.
inherited