Show / Hide Table of Contents

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.

Inheritance
object
VideoPlayerSizeTargeting
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX