Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 993 Bytes

getpropertiesrequest.md

File metadata and controls

17 lines (12 loc) · 993 Bytes

GetPropertiesRequest

Example Usage

import { GetPropertiesRequest } from "mcp-hubspot/models/operations";

let value: GetPropertiesRequest = {
  objectType: "contacts",
};

Fields

Field Type Required Description
objectType operations.ObjectType ✔️ The type of the object for which to retrieve properties.