Show / Hide Table of Contents

Class OffsetPosition

Offset Position.

Inheritance
System.Object
OffsetPosition
Implements
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_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.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

IDirectResponseSchema
In This Article
Back to top