The data object for an inbox rule returned by the API.

Hierarchy

  • InboxRuleDataResponse

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 of an inbox rule returned by the API.

id: string

The ID of the inbox rule.

The JSON:API type for inbox rules.

Generated using TypeDoc