Class Partner
A single partner in Display & Video 360 (DV360).
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |
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
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The timestamp when the partner was last updated. Assigned by the system.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |