Class WithContractItemRequestBuilder.WithContractItemRequestBuilderGetQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets a contract specified by ID.
public class WithContractItemRequestBuilder.WithContractItemRequestBuilderGetQueryParameters
- Inheritance
-
WithContractItemRequestBuilder.WithContractItemRequestBuilderGetQueryParameters
- Inherited Members
Properties
Include
Include nested resources in the response. For example, include=budgets
to include related budgets to each contract. include=attributes
will return custom attributes which represents the "properties" in the response. Possible values: budgets
, attributes
.
[QueryParameter("include")]
public string[]? Include { get; set; }
Property Value
- string[]