Show / Hide Table of Contents

Class Partner

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

Inheritance
System.Object
Partner
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 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
System.String

EntityStatus

Output only. The status of the partner.

Declaration
[JsonProperty("entityStatus")]
public virtual string EntityStatus { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.Nullable<System.Int64>

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
System.Object

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top