Show / Hide Table of Contents

Class MarketplaceLabel

Inheritance
System.Object
MarketplaceLabel
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.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class MarketplaceLabel : IDirectResponseSchema

Properties

AccountId

The accountId of the party that created the label.

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

CreateTimeMs

The creation time (in ms since epoch) for the label.

Declaration
[JsonProperty("createTimeMs")]
public virtual long? CreateTimeMs { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DeprecatedMarketplaceDealParty

Information about the party that created the label.

Declaration
[JsonProperty("deprecatedMarketplaceDealParty")]
public virtual MarketplaceDealParty DeprecatedMarketplaceDealParty { get; set; }
Property Value
Type Description
MarketplaceDealParty

ETag

The ETag of the item.

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

Label

The label to use.

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

Implements

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