Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 359 Bytes

guide-info.md

File metadata and controls

23 lines (15 loc) · 359 Bytes

Guide Info

Structure

GuideInfo

Fields

Name Type Tags Description
start_date datetime Optional Gets or sets the start date.
end_date datetime Optional Gets or sets the end date.

Example (as JSON)

{
  "StartDate": null,
  "EndDate": null
}