Class DuplicateLineItemResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class DuplicateLineItemResponse : IDirectResponseSchema
Properties
DuplicateLineItemId
The ID of the created line item.
Declaration
[JsonProperty("duplicateLineItemId")]
public virtual long? DuplicateLineItemId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |