| Name | Type | Description | Notes |
|---|---|---|---|
| project | Object | Same shape as GET /dimensions/projects/{id} | [optional] |
| prompts | ProjectCreateResponsePrompts | [optional] | |
| competitors | ProjectCreateResponseCompetitors | [optional] | |
| email_subscription | ProjectCreateResponseEmailSubscription | [optional] | |
| limits | ProjectCreateResponseLimits | [optional] | |
| idempotent | Boolean | Present and true only on external_identifier replays | [optional] |
| request_id | String | [optional] |
require 'llmpulse'
instance = LLMPulse::ProjectCreateResponse.new(
project: null,
prompts: null,
competitors: null,
email_subscription: null,
limits: null,
idempotent: null,
request_id: null
)