Show / Hide Table of Contents

Class PartnerDataAccessConfig

Settings that control how partner related data may be accessed.

Inheritance
object
PartnerDataAccessConfig
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 PartnerDataAccessConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

SdfConfig

Structured Data Files (SDF) settings for the partner. The SDF configuration for the partner.

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