Show / Hide Table of Contents

Class PlannableProductCoreAttributes

Core attributes for a plannable product.

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

Properties

BuyingMethod

Output only. The buying method.

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

CostModel

Output only. The cost model.

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

ProductCategory

Output only. The product category.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX