Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 2.4 KB

File metadata and controls

93 lines (76 loc) · 2.4 KB

Shared Types

from hubspot_sdk.types import (
    AbTestCreateRequestVNext,
    ActionOverrideRequest,
    ActionResponse,
    AppLifecycleEventSubscriptionUpsertRequest,
    AssociationDefinition,
    AssociationDefinitionEgg,
    AssociationSpec,
    AssociationSubscriptionUpsertRequest,
    AutomationActionsOption,
    BatchInputPropertyCreate,
    BatchInputPropertyName,
    BatchInputPublicObjectID,
    BatchInputString,
    BatchReadInputPropertyName,
    BatchResponseJournalFetchResponse,
    BatchResponseJournalFetchResponseWithErrors,
    CollectionResponsePropertyGroupNoPaging,
    Condition,
    CrmObjectSnapshotBatchRequest,
    CrmObjectSnapshotBatchResponse,
    CrmObjectSnapshotRequest,
    CrmObjectSnapshotResponse,
    ErrorData,
    ErrorDetail,
    Filter,
    FilterCreateRequest,
    FilterCreateResponse,
    FilterResponse,
    ForwardPaging,
    GdprPrivacyDeletionSubscriptionUpsertRequest,
    JournalFetchResponse,
    ListMembershipSubscriptionUpsertRequest,
    NextPage,
    ObjectSubscriptionUpsertRequest,
    ObjectTypeDefinition,
    ObjectTypeDefinitionLabels,
    ObjectTypeDefinitionPatch,
    Option,
    OptionInput,
    Paging,
    PreviousPage,
    Property,
    PropertyCreate,
    PropertyGroup,
    PropertyGroupCreate,
    PropertyGroupUpdate,
    PropertyModificationMetadata,
    PropertyName,
    PropertyValue,
    PublicObjectID,
    SnapshotStatusResponse,
    StandardError,
    SubscriptionUpsertRequest,
    TaskLocator,
    VersionUser,
)