| Name | Type | Description | Notes |
|---|---|---|---|
| domain | String | ||
| brand_name | String | [optional] | |
| matching_names | Array<String> | [optional] |
require 'llmpulse'
instance = LLMPulse::ProjectCreateRequestCompetitorsInner.new(
domain: null,
brand_name: null,
matching_names: null
)