Class CreateApiKeyRequest.Builder
java.lang.Object
com.langfuse.client.resources.projects.requests.CreateApiKeyRequest.Builder
- Enclosing class:
CreateApiKeyRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(CreateApiKeyRequest other) Optional note for the API keyOptional predefined public key.Optional predefined secret key.
-
Method Details
-
from
-
note
Optional note for the API key
-
note
-
publicKey
Optional predefined public key. Must start with 'pk-lf-'. If provided, secretKey must also be provided.
-
publicKey
-
secretKey
Optional predefined secret key. Must start with 'sk-lf-'. If provided, publicKey must also be provided.
-
secretKey
-
build
-
additionalProperty
-
additionalProperties
-