Google Shopping Merchant Reports V1beta Client - Class RelativeDemandChangeTypeEnum (0.7.1)

Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class RelativeDemandChangeTypeEnum.

Relative demand change type values.

Protobuf type google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ RelativeDemandChangeType

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED = 0;

SINKER

Value: 1

Relative demand is lower than the previous time period.

Generated from protobuf enum SINKER = 1;

FLAT

Value: 2

Relative demand is equal to the previous time period.

Generated from protobuf enum FLAT = 2;

RISER

Value: 3

Relative demand is higher than the previous time period.

Generated from protobuf enum RISER = 3;