Class VideoPlayerSizeTargeting
Represents the size of the video player that can be targeted. Both width and height are required to be set to non-zero values.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class VideoPlayerSizeTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinimumHeight
Required. The minimum height of the video player in pixels.
Declaration
[JsonProperty("minimumHeight")]
public virtual long? MinimumHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MinimumWidth
Required. The minimum width of the video player in pixels.
Declaration
[JsonProperty("minimumWidth")]
public virtual long? MinimumWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |