Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset

A unified callout asset.

Inheritance
object
GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset : IDirectResponseSchema

Properties

AdScheduleTargets

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.

Declaration
[JsonProperty("adScheduleTargets")]
public virtual IList<GoogleAdsSearchads360V0CommonAdScheduleInfo> AdScheduleTargets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V0CommonAdScheduleInfo>

CalloutText

The callout text. The length of this string should be between 1 and 25, inclusive.

Declaration
[JsonProperty("calloutText")]
public virtual string CalloutText { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndDate

Last date of when this asset is effective and still serving, in yyyy-MM-dd format.

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
string

StartDate

Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
string

UseSearcherTimeZone

Whether to show the asset in search user's time zone. Applies to Microsoft Ads.

Declaration
[JsonProperty("useSearcherTimeZone")]
public virtual bool? UseSearcherTimeZone { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX