Class PopupWindowProperties
Popup Window Properties.
Inheritance
System.Object
PopupWindowProperties
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.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class PopupWindowProperties : IDirectResponseSchema
Properties
Dimension
Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID
Declaration
[JsonProperty("dimension")]
public virtual Size Dimension { get; set; }
Property Value
Type | Description |
---|---|
Size |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.
Declaration
[JsonProperty("offset")]
public virtual OffsetPosition Offset { get; set; }
Property Value
Type | Description |
---|---|
OffsetPosition |
PositionType
Popup window position either centered or at specific coordinate.
Declaration
[JsonProperty("positionType")]
public virtual string PositionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowAddressBar
Whether to display the browser address bar.
Declaration
[JsonProperty("showAddressBar")]
public virtual bool? ShowAddressBar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShowMenuBar
Whether to display the browser menu bar.
Declaration
[JsonProperty("showMenuBar")]
public virtual bool? ShowMenuBar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShowScrollBar
Whether to display the browser scroll bar.
Declaration
[JsonProperty("showScrollBar")]
public virtual bool? ShowScrollBar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShowStatusBar
Whether to display the browser status bar.
Declaration
[JsonProperty("showStatusBar")]
public virtual bool? ShowStatusBar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShowToolBar
Whether to display the browser tool bar.
Declaration
[JsonProperty("showToolBar")]
public virtual bool? ShowToolBar { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Title
Title of popup window.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema