View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedCalloutAsset (google_api_search_ads360 v0.3.0)

A unified callout asset.

Attributes

  • adScheduleTargets (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AdScheduleInfo.t), default: nil) - List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.
  • calloutText (type: String.t, default: nil) - The callout text. The length of this string should be between 1 and 25, inclusive.
  • endDate (type: String.t, default: nil) - Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
  • startDate (type: String.t, default: nil) - Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
  • useSearcherTimeZone (type: boolean(), default: nil) - Whether to show the asset in search user's time zone. Applies to Microsoft Ads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedCalloutAsset{
    adScheduleTargets:
      [
        GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AdScheduleInfo.t()
      ]
      | nil,
    calloutText: String.t() | nil,
    endDate: String.t() | nil,
    startDate: String.t() | nil,
    useSearcherTimeZone: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.