Show / Hide Table of Contents

Class Partner

A single partner in Display & Video 360 (DV360).

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

Properties

AdServerConfig

Ad server related settings of the partner.

Declaration
[JsonProperty("adServerConfig")]
public virtual PartnerAdServerConfig AdServerConfig { get; set; }
Property Value
Type Description
PartnerAdServerConfig

DataAccessConfig

Settings that control how partner data may be accessed.

Declaration
[JsonProperty("dataAccessConfig")]
public virtual PartnerDataAccessConfig DataAccessConfig { get; set; }
Property Value
Type Description
PartnerDataAccessConfig

DisplayName

The display name of the partner. Must be UTF-8 encoded with a maximum size of 240 bytes.

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

EntityStatus

Output only. The status of the partner.

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

ExchangeConfig

Settings that control which exchanges are enabled for the partner.

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

GeneralConfig

General settings of the partner.

Declaration
[JsonProperty("generalConfig")]
public virtual PartnerGeneralConfig GeneralConfig { get; set; }
Property Value
Type Description
PartnerGeneralConfig

Name

Output only. The resource name of the partner.

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

PartnerId

Output only. The unique ID of the partner. Assigned by the system.

Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

UpdateTime

Output only. The timestamp when the partner was last updated. Assigned by the system.

Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX