Skip to content

Commit efa3d08

Browse files
committed
Add owner field to engagements
1 parent c240c8c commit efa3d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HubSpot.NET/Api/Engagement/Dto/EngagementHubSpotModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ public class EngagementHubSpotEngagementModel
6666

6767
[DataMember(Name = "type")]
6868
public string Type { get;set; }
69+
70+
[DataMember(Name = "ownerId")]
71+
public long? OwnerId { get; set; }
6972
}
7073
}

0 commit comments

Comments
 (0)