Skip to content

Commit

Permalink
Add owner field to engagements
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkd committed May 2, 2018
1 parent c240c8c commit efa3d08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HubSpot.NET/Api/Engagement/Dto/EngagementHubSpotModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ public class EngagementHubSpotEngagementModel

[DataMember(Name = "type")]
public string Type { get;set; }

[DataMember(Name = "ownerId")]
public long? OwnerId { get; set; }
}
}

0 comments on commit efa3d08

Please sign in to comment.