View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageAsset (google_api_search_ads360 v0.6.0)

An Image asset.

Attributes

  • fileSize (type: String.t, default: nil) - File size of the image asset in bytes.
  • fullSize (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageDimension.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.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageAsset{
    fileSize: String.t() | nil,
    fullSize:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_ImageDimension.t()
      | nil,
    mimeType: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.