Class OffsetPosition
Offset Position.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OffsetPosition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Left
Offset distance from left side of an asset or a window.
Declaration
[JsonProperty("left")]
public virtual int? Left { get; set; }
Property Value
Type | Description |
---|---|
int? |
Top
Offset distance from top side of an asset or a window.
Declaration
[JsonProperty("top")]
public virtual int? Top { get; set; }
Property Value
Type | Description |
---|---|
int? |