Show / Hide Table of Contents

Class GenerateDefaultLineItemRequest

Request message for LineItemService.GenerateDefaultLineItem.

Inheritance
object
GenerateDefaultLineItemRequest
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 GenerateDefaultLineItemRequest : IDirectResponseSchema

Properties

DisplayName

Required. The display name of the line item. 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

InsertionOrderId

Required. The unique ID of the insertion order that the line item belongs to.

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

LineItemType

Required. The type of the line item.

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

MobileApp

The mobile app promoted by the line item. This is applicable only when line_item_type is either LINE_ITEM_TYPE_DISPLAY_MOBILE_APP_INSTALL or LINE_ITEM_TYPE_VIDEO_MOBILE_APP_INSTALL.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX