Class ScheduleOfValuesItemRequestBuilder.ScheduleOfValuesItemRequestBuilderGetQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.ScheduleOfValues.Item
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets a schedule of value by ID.
public class ScheduleOfValuesItemRequestBuilder.ScheduleOfValuesItemRequestBuilderGetQueryParameters
- Inheritance
-
ScheduleOfValuesItemRequestBuilder.ScheduleOfValuesItemRequestBuilderGetQueryParameters
- Inherited Members
Properties
Include
Include nested resources in the response. For example, include=subitems
will return the sovs. include=attributes
will return custom attributes which represents the "properties" in the response. Possible values: subitems
, attributes
.
[QueryParameter("include")]
public string[]? Include { get; set; }
Property Value
- string[]