ItemEstimateOptions

ItemEstimateOptions()

Initializes a new instance of the ItemEstimateOptions class.

public ItemEstimateOptions()

See Also


ItemEstimateOptions(AirsyncClass?, AirsyncFilterType?, int?)

Initializes a new instance of the ItemEstimateOptions class.

public ItemEstimateOptions(AirsyncClass? airClass, AirsyncFilterType? filterType, int? maxItems)
Parameter Type Description
airClass Nullable`1 Identifies the class of the item.
filterType Nullable`1 Specifies an optional time window for the objects
maxItems Nullable`1 Specifies the maximum number of items to include in the response.

See Also