Show / Hide Table of Contents

Class AdvertiserSdfConfig

Structured Data Files (SDF) settings of an advertiser.

Inheritance
object
AdvertiserSdfConfig
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertiserSdfConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OverridePartnerSdfConfig

Whether or not this advertiser overrides the SDF configuration of its parent partner. By default, an advertiser inherits the SDF configuration from the parent partner. To override the partner configuration, set this field to true and provide the new configuration in sdfConfig.

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

SdfConfig

The SDF configuration for the advertiser. * Required when overridePartnerSdfConfig is true. * Output only when overridePartnerSdfConfig is false.

Declaration
[JsonProperty("sdfConfig")]
public virtual SdfConfig SdfConfig { get; set; }
Property Value
Type Description
SdfConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX