Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 1.97 KB

File metadata and controls

81 lines (43 loc) · 1.97 KB

seamapi / Exports / AccessCodeCreateMultipleScheduledRequest

Interface: AccessCodeCreateMultipleScheduledRequest

Hierarchy

Table of contents

Properties

Properties

behavior_when_code_cannot_be_shared

Optional behavior_when_code_cannot_be_shared: "throw" | "create_random_code"

Inherited from

AccessCodeCreateMultipleBaseRequest.behavior_when_code_cannot_be_shared

Defined in

src/types/route-requests.ts:76


device_ids

device_ids: string[]

Inherited from

AccessCodeCreateMultipleBaseRequest.device_ids

Defined in

src/types/route-requests.ts:74


ends_at

ends_at: string | Date

Defined in

src/types/route-requests.ts:85


name

Optional name: string

Inherited from

AccessCodeCreateMultipleBaseRequest.name

Defined in

src/types/route-requests.ts:75


starts_at

starts_at: string | Date

Defined in

src/types/route-requests.ts:84