Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

DiscussionRequestPatch.md

File metadata and controls

20 lines (14 loc) · 472 Bytes

EzmaxApi::DiscussionRequestPatch

Properties

Name Type Description Notes
s_discussion_description String The description of the Discussion [optional]
b_discussion_closed Boolean Whether if it's an closed [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::DiscussionRequestPatch.new(
  s_discussion_description: John Doe,
  b_discussion_closed: true
)