Class CreatePageRequestDataAttributesTarget

Information about the target to notify (such as a team or user).

Hierarchy

  • CreatePageRequestDataAttributesTarget

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
identifier?: string

Identifier for the target (for example, team handle or user ID).

The kind of target, team_id | team_handle | user_id.

Generated using TypeDoc