Constructors

Properties

limit?: number

Specifies the maximum number of records to return.

object?: string

Specifies the object ID of the object related to triggered notification

order?: SortOrder
requestID?: string

Specifies the request ID

skip?: number

Specifies the offset for the first records to return.

status?: Status
subscription?: string

Specifies the subscription ID

topic?: APITopic
trigger?: string

Specifies the trigger ID

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]