Class ConfluentAccountCreateRequestData

The data body for adding a Confluent account.

Hierarchy

  • ConfluentAccountCreateRequestData

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

Attributes associated with the account creation request.

The JSON:API type for this API. Should always be confluent-cloud-accounts.

Generated using TypeDoc