Table of Contents

Class ActivityTimestamps

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

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
object
ActivityTimestamps
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

client FluxerBaseClient
json ActivityTimestampsJson

Returns

ActivityTimestamps