type property

String? type
getter/setter pair

Type of the asset.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "YOUTUBE_VIDEO" : YouTube video asset.
  • "MEDIA_BUNDLE" : Media bundle asset.
  • "IMAGE" : Image asset.
  • "TEXT" : Text asset.
  • "LEAD_FORM" : Lead form asset.
  • "BOOK_ON_GOOGLE" : Book on Google asset.
  • "PROMOTION" : Promotion asset.
  • "CALLOUT" : Callout asset.
  • "STRUCTURED_SNIPPET" : Structured Snippet asset.
  • "SITELINK" : Sitelink asset.
  • "PAGE_FEED" : Page Feed asset.
  • "DYNAMIC_EDUCATION" : Dynamic Education asset.
  • "MOBILE_APP" : Mobile app asset.
  • "HOTEL_CALLOUT" : Hotel callout asset.
  • "CALL" : Call asset.
  • "PRICE" : Price asset.
  • "CALL_TO_ACTION" : Call to action asset.
  • "DYNAMIC_REAL_ESTATE" : Dynamic real estate asset.
  • "DYNAMIC_CUSTOM" : Dynamic custom asset.
  • "DYNAMIC_HOTELS_AND_RENTALS" : Dynamic hotels and rentals asset.
  • "DYNAMIC_FLIGHTS" : Dynamic flights asset.
  • "DYNAMIC_TRAVEL" : Dynamic travel asset.
  • "DYNAMIC_LOCAL" : Dynamic local asset.
  • "DYNAMIC_JOBS" : Dynamic jobs asset.
  • "LOCATION" : Location asset.
  • "HOTEL_PROPERTY" : Hotel property asset.
  • "DEMAND_GEN_CAROUSEL_CARD" : Demand Gen Carousel Card asset.
  • "BUSINESS_MESSAGE" : Business message asset.
  • "APP_DEEP_LINK" : App deep link asset.

Implementation

core.String? type;