Freeclimb::UpdateConferenceRequest Properties Name Type Description Notes _alias String Description for this conference. Maximum 64 characters. [optional] play_beep String Controls when a beep is played. Valid values: `always`, `never`, `entryOnly`, `exitOnly`. [optional][default to 'always'] status String New status of the conference. Valid values: `empty` or `terminated`. For more information, see Status Parameter below.** [optional] Example require 'freeclimb' instance = Freeclimb::UpdateConferenceRequest.new( _alias: null, play_beep: null, status: null )