dealType property

String? dealType
getter/setter pair

Type of deal.

Output only. Possible string values are:

  • "DEAL_TYPE_UNSPECIFIED" : Default, unspecified deal type.
  • "PREFERRED_DEAL" : Preferred deals.
  • "PRIVATE_AUCTION" : Private auction deals.
  • "PROGRAMMATIC_GUARANTEED" : Programmatic guaranteed deals.

Implementation

core.String? dealType;