Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 890 Bytes

File metadata and controls

17 lines (12 loc) · 890 Bytes

GetInboxItemByIdRequest

Example Usage

import { GetInboxItemByIdRequest } from "@midday-ai/sdk/models/operations";

let value: GetInboxItemByIdRequest = {
  id: "b3b7c1e2-4c2a-4e7a-9c1a-2b7c1e24c2a4",
};

Fields

Field Type Required Description Example
id string ✔️ The unique identifier of the inbox item. b3b7c1e2-4c2a-4e7a-9c1a-2b7c1e24c2a4