Class GenerateDefaultLineItemRequest
Request message for LineItemService.GenerateDefaultLineItem.
Inheritance
System.Object
GenerateDefaultLineItemRequest
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 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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
LineItemType
Required. The type of the line item.
Declaration
[JsonProperty("lineItemType")]
public virtual string LineItemType { get; set; }
Property Value
Type | Description |
---|---|
System.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
Google.Apis.Requests.IDirectResponseSchema