Show / Hide Table of Contents

Class PrivateData

Buyers are allowed to store certain types of private data in a proposal/deal.

Inheritance
object
PrivateData
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class PrivateData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ReferenceId

A buyer or seller specified reference ID. This can be queried in the list operations (max-length: 1024 unicode code units).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX