Class ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.ScheduleOfValues.Sync
- Assembly
- Autodesk.ACC.CostManagement.dll
Returns all the SOVs in a specific project.
public class ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters
- Inheritance
-
ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters
- Inherited Members
Properties
InternalLimit
The maximum number of items to return, this is for internal use, and the default maximum internal limit is 5000.
[QueryParameter("internalLimit")]
public int? InternalLimit { get; set; }
Property Value
- int?
Limit
The maximum number of items to return, default maximum limit is 100.
[QueryParameter("limit")]
public int? Limit { get; set; }
Property Value
- int?