Class ConfluentAccountUpdateRequestAttributes

Attributes object for updating a Confluent account.

Hierarchy

  • ConfluentAccountUpdateRequestAttributes

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
apiKey: string

The API key associated with your Confluent account.

apiSecret: string

The API secret associated with your Confluent account.

tags?: string[]

A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.

Generated using TypeDoc