$InventorySourceStatus class
Used by:
- displayvideo:v2 : InventorySourceStatus
- displayvideo:v3 : InventorySourceStatus
- displayvideo:v4 : 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.
  getter/setter pair
- entityPauseReason ↔ String?
- 
  The user-provided reason for pausing this inventory source.
  getter/setter pair
- entityStatus ↔ String?
- 
  Whether or not the inventory source is servable.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sellerPauseReason ↔ String?
- 
  The seller-provided reason for pausing this inventory source.
  getter/setter pair
- sellerStatus ↔ String?
- 
  The status set by the seller for the inventory source.
  getter/setter pair
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.
  inherited