Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
81 lines (43 loc) · 1.97 KB

AccessCodeCreateMultipleScheduledRequest.md

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:81


device_ids

device_ids: string[]

Inherited from

AccessCodeCreateMultipleBaseRequest.device_ids

Defined in

src/types/route-requests.ts:79


ends_at

ends_at: string | Date

Defined in

src/types/route-requests.ts:90


name

Optional name: string

Inherited from

AccessCodeCreateMultipleBaseRequest.name

Defined in

src/types/route-requests.ts:80


starts_at

starts_at: string | Date

Defined in

src/types/route-requests.ts:89