type property

String? type
getter/setter pair

The type of the asset set.

Required.

Required. Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PAGE_FEED" : Page asset set.
  • "DYNAMIC_EDUCATION" : Dynamic education asset set.
  • "MERCHANT_CENTER_FEED" : Google Merchant Center asset set.
  • "DYNAMIC_REAL_ESTATE" : Dynamic real estate asset set.
  • "DYNAMIC_CUSTOM" : Dynamic custom asset set.
  • "DYNAMIC_HOTELS_AND_RENTALS" : Dynamic hotels and rentals asset set.
  • "DYNAMIC_FLIGHTS" : Dynamic flights asset set.
  • "DYNAMIC_TRAVEL" : Dynamic travel asset set.
  • "DYNAMIC_LOCAL" : Dynamic local asset set.
  • "DYNAMIC_JOBS" : Dynamic jobs asset set.
  • "LOCATION_SYNC" : Location sync level asset set.
  • "BUSINESS_PROFILE_DYNAMIC_LOCATION_GROUP" : Business Profile location group asset set.
  • "CHAIN_DYNAMIC_LOCATION_GROUP" : Chain location group asset set which can be used for both owned locations and affiliate locations.
  • "STATIC_LOCATION_GROUP" : Static location group asset set which can be used for both owned locations and affiliate locations.
  • "HOTEL_PROPERTY" : Hotel Property asset set which is used to link a hotel property feed to Performance Max for travel goals campaigns.
  • "TRAVEL_FEED" : Travel Feed asset set type. Can represent either a Hotel feed or a Things to Do (activities) feed.

Implementation

core.String? type;