Skip to content

Commit

Permalink
Add InstanceId to TimeSeries (#410) (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: EilifLeknes <[email protected]>
  • Loading branch information
muradsater and EilifLeknes authored Dec 12, 2024
1 parent f1e17a7 commit 47d3d68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CogniteSdk.Types/Timeseries/TimeSeries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using System.Collections.Generic;
using System.Text.Json.Serialization;
using CogniteSdk.DataModels;
using CogniteSdk.Types.Common;

namespace CogniteSdk
Expand All @@ -22,6 +23,11 @@ public class TimeSeries
/// </summary>
public string ExternalId { get; set; }

/// <summary>
/// The instance ID of the time series
/// </summary>
public InstanceIdentifier InstanceId { get; set; }

/// <summary>
/// Javascript friendly internal ID given to the object.
/// </summary>
Expand Down

0 comments on commit 47d3d68

Please sign in to comment.