Class ActivityTimestamps
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class ActivityTimestamps : IActivityTimestamps
- Inheritance
-
objectActivityTimestamps
- Implements
Properties
End
public long? End { get; }
Property Value
- long?
Start
public long? Start { get; }
Property Value
- long?
Methods
Create(FluxerBaseClient, ActivityTimestampsJson?)
Create a ActivityTimestamps object from json.
public static ActivityTimestamps? Create(FluxerBaseClient client, ActivityTimestampsJson? json)
Parameters
clientFluxerBaseClientjsonActivityTimestampsJson