Class V1PositionCapture
Inheritance
System.Object
V1PositionCapture
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: Recolude.API
Assembly: Recolude.API.dll
Syntax
[Serializable]
public class V1PositionCapture
Fields
id
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
subject
Declaration
public V1Subject subject
Field Value
Type | Description |
---|---|
V1Subject |
subjectId
Declaration
public string subjectId
Field Value
Type | Description |
---|---|
System.String |
time
Declaration
public float time
Field Value
Type | Description |
---|---|
System.Single |
x
Declaration
public float x
Field Value
Type | Description |
---|---|
System.Single |
y
Declaration
public float y
Field Value
Type | Description |
---|---|
System.Single |
z
Declaration
public float z
Field Value
Type | Description |
---|---|
System.Single |
Properties
CreatedAt
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |