Class OffsetPosition
Offset Position.
Inheritance
System.Object
OffsetPosition
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 OffsetPosition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int32> |
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 |
---|---|
System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema