View Source GoogleApi.DisplayVideo.V3.Model.ImageAsset (google_api_display_video v0.34.0)
Meta data of an image asset.
Attributes
-
fileSize
(type:String.t
, default:nil
) - File size of the image asset in bytes. -
fullSize
(type:GoogleApi.DisplayVideo.V3.Model.Dimensions.t
, default:nil
) - Metadata for this image at its original size. -
mimeType
(type:String.t
, default:nil
) - MIME type of the image asset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.ImageAsset{ fileSize: String.t() | nil, fullSize: GoogleApi.DisplayVideo.V3.Model.Dimensions.t() | nil, mimeType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.