Show / Hide Table of Contents

Class OffsetPosition

Offset Position.

Inheritance
object
OffsetPosition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX