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

A unique ID for the target (for example, team handle or user UUID).

type?: string

The kind of target, team_uuid | team_handle | user_uuid.

Generated using TypeDoc