Skip to content

Commit

Permalink
Update SubscriptionCreate.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
muradsater authored Dec 5, 2024
1 parent 9ba8d91 commit c9c2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CogniteSdk.Types/Beta/Subscriptions/SubscriptionCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SubscriptionCreate
/// List of instance ids of time series that this subscription will listen to.
/// Not compatible with filter.
/// </summary>
public IEnumerable<InstanceIdentifier> instanceIds { get; set; }
public IEnumerable<InstanceIdentifier> InstanceIds { get; set; }
/// <summary>
/// A filter DSL (Domain Specific Language) to define advanced filter queries.
///
Expand Down

0 comments on commit c9c2a6e

Please sign in to comment.