Class V1CustomEventCapture
Inheritance
System.Object
V1CustomEventCapture
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 V1CustomEventCapture
Fields
id
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
subject
Declaration
public V1Subject subject
Field Value
Type | Description |
---|---|
V1Subject |
tags
Declaration
public V1MetadataTag[] tags
Field Value
Type | Description |
---|---|
V1MetadataTag[] |
time
Declaration
public float time
Field Value
Type | Description |
---|---|
System.Single |
trackable_id
Declaration
public string trackable_id
Field Value
Type | Description |
---|---|
System.String |
trackable_type
Declaration
public string trackable_type
Field Value
Type | Description |
---|---|
System.String |
Properties
CreatedAt
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |