Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 639 Bytes

File metadata and controls

28 lines (22 loc) · 639 Bytes

LLMPulse::UpdateAnnotationRequest

Properties

Name Type Description Notes
project_id Integer
title String [optional]
description String [optional]
annotation_date Date [optional]
color String [optional]
annotation_category_id Integer [optional]

Example

require 'llmpulse'

instance = LLMPulse::UpdateAnnotationRequest.new(
  project_id: null,
  title: null,
  description: null,
  annotation_date: null,
  color: null,
  annotation_category_id: null
)