Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.17 KB

postv2objectsresponse.md

File metadata and controls

28 lines (22 loc) · 1.17 KB

PostV2ObjectsResponse

Success

Example Usage

import { PostV2ObjectsResponse } from "attio-js/models/operations/postv2objects.js";

let value: PostV2ObjectsResponse = {
  data: {
    id: {
      workspaceId: "14beef7a-99f7-4534-a87e-70b564330a4c",
      objectId: "97052eb9-e65e-443f-a297-f2d9a4a7f795",
    },
    apiSlug: "people",
    singularNoun: "Person",
    pluralNoun: "People",
    createdAt: "2022-11-21T13:22:49.061281000Z",
  },
};

Fields

Field Type Required Description
data components.ObjectT ✔️ N/A