The data object for an inbox rule update request. The id must match the rule_id path parameter.

Hierarchy

  • InboxRuleDataUpdate

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 for creating or updating an inbox rule.

id: string

The ID of the inbox rule to update.

The JSON:API type for inbox rules.

Generated using TypeDoc