AvailabilityRecord to represent the capacity of a resource over a time range.

AvailabilityRecord

interface ServicesApiModelAvailabilityRecord {
    capacity?: number;
    endTime: string;
    recurrence?: ServicesApiModelRecurrence;
    startTime: string;
}

Properties

capacity?: number

Signifies the capacity of a resource which is available.

AvailabilityRecord

endTime: string

Denotes the time till when the resource is available in a day in ISO-8601 format.

AvailabilityRecord

AvailabilityRecord

startTime: string

Denotes the time from when the resource is available in a day in ISO-8601 format.

AvailabilityRecord

MMNEPVFCICPMFPCPTTAAATR