type property

String? type
getter/setter pair

Type of asset to upload.

This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE. Possible string values are:

  • "IMAGE"
  • "FLASH"
  • "VIDEO"
  • "HTML"
  • "HTML_IMAGE"
  • "AUDIO"

Implementation

core.String? type;