Class SampleLogGenerationBulkSubscriptionItemMeta

Per-item status returned for a bulk subscription request.

Hierarchy

  • SampleLogGenerationBulkSubscriptionItemMeta

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

A description of the error encountered for this content pack, if the subscription could not be created.

status: number

The HTTP status code that resulted from creating the subscription for this content pack.

Generated using TypeDoc