Show / Hide Table of Contents

Class V1RecordingSummary

Inheritance
System.Object
V1RecordingSummary
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 V1RecordingSummary

Fields

custom_events

Declaration
public int custom_events
Field Value
Type Description
System.Int32

duration

Declaration
public double duration
Field Value
Type Description
System.Double

id

Declaration
public string id
Field Value
Type Description
System.String

project_id

Declaration
public string project_id
Field Value
Type Description
System.String

subjects

Declaration
public int subjects
Field Value
Type Description
System.Int32

Properties

CreatedAt

Declaration
public DateTime CreatedAt { get; }
Property Value
Type Description
System.DateTime

UploadedAt

Declaration
public DateTime UploadedAt { get; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX