Class EntityIntegrationConfigRequestData

JSON:API resource object used in a request to create or update an entity integration configuration.

Hierarchy

  • EntityIntegrationConfigRequestData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes used to create or update an entity integration configuration.

JSON:API resource type for the entity integration configuration create or update request. Always entity_integration_config_requests.

Generated using TypeDoc