Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 325 Bytes

TagRequest.md

File metadata and controls

20 lines (14 loc) · 325 Bytes

ClickAndDrop::TagRequest

Properties

Name Type Description Notes
key String [optional]
value String [optional]

Example

require 'click_and_drop'

instance = ClickAndDrop::TagRequest.new(
  key: null,
  value: null
)