We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c69e4 commit 2e233acCopy full SHA for 2e233ac
HubSpot.NET/Core/Interfaces/IHubSpotApi.cs
@@ -8,6 +8,6 @@ public interface IHubSpotApi
8
IHubSpotEngagementApi Engagement { get; }
9
IHubSpotCosFileApi File { get; }
10
IHubSpotOwnerApi Owner { get; }
11
- //IHubSpotCompanyPropertiesApi CompanyProperties { get; }
+ IHubSpotCompanyPropertiesApi CompanyProperties { get; }
12
}
13
HubSpot.NET/Core/ListRequestOptions.cs
@@ -17,7 +17,7 @@ public class ListRequestOptions
17
/// Defaults to 20 which is also the HubSpot API default. Max value is 100
18
/// </remarks>
19
/// <value>
20
- /// The number of contacts to return.
+ /// The number of items to return.
21
/// </value>
22
public int Limit
23
{
0 commit comments