InventorySourceStatus class
The status related settings of the inventory source.
Constructors
Properties
- configStatus ↔ String
-
Output only. The configuration status of the inventory source. Only
applicable for guaranteed inventory sources. Acceptable values are
INVENTORY_SOURCE_CONFIG_STATUS_PENDING
andINVENTORY_SOURCE_CONFIG_STATUS_COMPLETED
. An inventory source must be configured (fill in the required fields, choose creatives, and select a default campaign) before it can serve. Possible string values are: [...]read / write - entityPauseReason ↔ String
-
The user-provided reason for pausing this inventory source. Must not
exceed 100 characters. Only applicable when entity_status is set to
ENTITY_STATUS_PAUSED
.read / write - entityStatus ↔ String
-
Whether or not the inventory source is servable. Acceptable values are
ENTITY_STATUS_ACTIVE
,ENTITY_STATUS_ARCHIVED
, andENTITY_STATUS_PAUSED
. Default value isENTITY_STATUS_ACTIVE
. Possible string values are: [...]read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sellerPauseReason ↔ String
-
Output only. The seller-provided reason for pausing this inventory source.
Only applicable for inventory sources synced directly from the publishers
and when seller_status is set to
ENTITY_STATUS_PAUSED
.read / write - sellerStatus ↔ String
-
Output only. The status set by the seller for the inventory source. Only
applicable for inventory sources synced directly from the publishers.
Acceptable values are
ENTITY_STATUS_ACTIVE
andENTITY_STATUS_PAUSED
. Possible string values are: [...]read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited