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 9c409b1 commit f8a9c2fCopy full SHA for f8a9c2f
HubSpot.NET/Core/ListRequestOptions.cs
@@ -40,7 +40,7 @@ public int Limit
40
/// The return DTO from List contains the current "offset" that you can inject into your next list call
41
/// to continue the listing process
42
/// </remarks>
43
- public int? Offset { get; set; } = null;
+ public long? Offset { get; set; } = null;
44
45
public List<string> PropertiesToInclude { get; set; } = new List<string>();
46
}
0 commit comments