Show / Hide Table of Contents

Class ClickThroughUrlSuffixProperties

Click Through URL Suffix settings.

Inheritance
object
ClickThroughUrlSuffixProperties
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class ClickThroughUrlSuffixProperties : IDirectResponseSchema

Properties

ClickThroughUrlSuffix

Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.

Declaration
[JsonProperty("clickThroughUrlSuffix")]
public virtual string ClickThroughUrlSuffix { 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

OverrideInheritedSuffix

Whether this entity should override the inherited click-through URL suffix with its own defined value.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX