The definition of the ConfigCatSDKKey object.

Hierarchy

  • ConfigCatSDKKeyUpdate

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

The ConfigCatSDKKeyUpdate api_password.

apiUsername?: string

The ConfigCatSDKKeyUpdate api_username.

sdkKey?: string

The ConfigCatSDKKeyUpdate sdk_key.

The definition of the ConfigCatSDKKey object.

Generated using TypeDoc