type property
The type of the studio creative asset.
It is a auto-generated, read-only field. Possible string values are:
- "UNKNOWN_TYPE" : Unknown type of asset.
- "HTML" : The asset is an HTML file.
- "VIDEO" : The asset is a video file.
- "IMAGE" : The asset is an image file.
- "FONT" : The asset is a font file.
Implementation
core.String? type;