Class CreatePublishRequestRequestDataAttributes

Attributes for creating a publish request.

Hierarchy

  • CreatePublishRequestRequestDataAttributes

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

An optional description of the changes in this publish request.

title: string

A short title for the publish request.

Generated using TypeDoc