Data wrapper containing the configuration needed to create a new datastore.

Hierarchy

  • CreateAppsDatastoreRequestData

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

Configuration and metadata to create a new datastore.

id?: string

Optional ID for the new datastore. If not provided, one will be generated automatically.

The resource type for datastores.

Generated using TypeDoc