Class FsCommand
FsCommand.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class FsCommand : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Left
Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
Declaration
[JsonProperty("left")]
public virtual int? Left { get; set; }
Property Value
Type | Description |
---|---|
int? |
PositionOption
Position in the browser where the window will open.
Declaration
[JsonProperty("positionOption")]
public virtual string PositionOption { get; set; }
Property Value
Type | Description |
---|---|
string |
Top
Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
Declaration
[JsonProperty("top")]
public virtual int? Top { get; set; }
Property Value
Type | Description |
---|---|
int? |
WindowHeight
Height of the window.
Declaration
[JsonProperty("windowHeight")]
public virtual int? WindowHeight { get; set; }
Property Value
Type | Description |
---|---|
int? |
WindowWidth
Width of the window.
Declaration
[JsonProperty("windowWidth")]
public virtual int? WindowWidth { get; set; }
Property Value
Type | Description |
---|---|
int? |