Class SampleLogGenerationBulkSubscriptionResultItem

A single result entry returned by the bulk subscription endpoint.

Hierarchy

  • SampleLogGenerationBulkSubscriptionResultItem

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

The attributes describing a sample log generation subscription.

id: string

The unique identifier of the subscription, when one was created.

Per-item status returned for a bulk subscription request.

The type of the resource. The value should always be subscriptions.

Generated using TypeDoc