Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 722 Bytes

TimeRange.md

File metadata and controls

12 lines (8 loc) · 722 Bytes

TimeRange

Properties

Name Getter Setter Type Description Notes
start_at getStartAt() setStartAt($value) string A datetime value in RFC-3339 format indicating when the time range starts. [optional]
end_at getEndAt() setEndAt($value) string A datetime value in RFC-3339 format indicating when the time range ends. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]