type property
Type of the media file.
Immutable. Possible string values are:
- "UNSPECIFIED" : The media type has not been specified.
- "UNKNOWN" : The received value is not known in this version. This is a response-only value.
- "IMAGE" : Static image, used for image ad.
- "ICON" : Small image, used for map ad.
- "MEDIA_BUNDLE" : ZIP file, used in fields of template ads.
- "AUDIO" : Audio file.
- "VIDEO" : Video file.
- "DYNAMIC_IMAGE" : Animated image, such as animated GIF.
Implementation
core.String? type;