Name | Type | Description | Notes |
---|---|---|---|
Identifier | string | Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t). | |
DisplayName | string | Display name of the object with no character restrictions. | [optional] |
Type | string | [optional] [readonly] [default to "ScheduleTypeLimit"] | |
LowerLimit | AnyOfNoLimitnumber | Lower limit for the schedule type or NoLimit. | [optional] |
UpperLimit | AnyOfNoLimitnumber | Upper limit for the schedule type or NoLimit. | [optional] |
NumericType | ScheduleNumericType | [optional] | |
UnitType | ScheduleUnitType | [optional] |