Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 410 Bytes

File metadata and controls

22 lines (16 loc) · 410 Bytes

LLMPulse::UpdateCollectionRequest

Properties

Name Type Description Notes
project_id Integer
name String [optional]
description String [optional]

Example

require 'llmpulse'

instance = LLMPulse::UpdateCollectionRequest.new(
  project_id: null,
  name: null,
  description: null
)