Class PartnerDataAccessConfig
Settings that control how partner related data may be accessed.
Inheritance
System.Object
PartnerDataAccessConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class PartnerDataAccessConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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
Google.Apis.Requests.IDirectResponseSchema