GBFSRentalHour Data Type

Implemented Interfaces
Serializable
Properties
name data type description
days array of Day
start_time string
user_types array of UserType
user_types array of UserType
end_time string
end_time string
start_time string

Example

{
  "days" : [ "FRI", "SAT" ],
  "start_time" : "...",
  "user_types" : [ "MEMBER", "MEMBER" ],
  "end_time" : "...",
  "extension1" : "...",
  "extension2" : "..."
}