Table of Contents

Enum WithRequestPatchRequestBody_scheduleInterval

Namespace
Autodesk.ACC.DataConnector.Accounts.Item.Requests.Item
Assembly
Autodesk.ACC.DataConnector.dll

The scheduling interval unit for jobs spawned by this data request

public enum WithRequestPatchRequestBody_scheduleInterval

Fields

[EnumMember(Value = "DAY")] DAY = 1
[EnumMember(Value = "MONTH")] MONTH = 3
[EnumMember(Value = "ONE_TIME")] ONE_TIME = 0
[EnumMember(Value = "WEEK")] WEEK = 2
[EnumMember(Value = "YEAR")] YEAR = 4