Skip to content

Commit

Permalink
Change type of ParentExternalId on AssetUpdate to string (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
einarmo authored Jul 3, 2020
1 parent a13ad3b commit 633afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CogniteSdk.Types/Assets/AssetUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class AssetUpdate
/// <summary>
/// Change the external ID of the object.
/// </summary>
public Update<long?> ParentExternalId { get; set; }
public Update<string> ParentExternalId { get; set; }

/// <summary>
/// Change the Labels of the object.
Expand Down

0 comments on commit 633afce

Please sign in to comment.