Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 564 Bytes

File metadata and controls

24 lines (18 loc) · 564 Bytes

LLMPulse::CreateCompetitorRequest

Properties

Name Type Description Notes
project_id Integer
brand_name String
domain String URL is accepted and normalised to host (e.g. https://www.openai.com → openai.com)
matching_names Array<String> [optional]

Example

require 'llmpulse'

instance = LLMPulse::CreateCompetitorRequest.new(
  project_id: null,
  brand_name: null,
  domain: null,
  matching_names: null
)