Class WebinarRefModel

java.lang.Object
com.ringcentral.definitions.WebinarRefModel

public class WebinarRefModel extends Object
  • Field Details

    • id

      public String id
      Internal object ID Example: 78654321
    • title

      public String title
      Webinar title Required Example: All-Hands Webinar
    • description

      public String description
      User-friendly description of the Webinar Example: Quarterly All-hands event to present recent news about our company to employees
    • host

      public HostModel host
      Required
  • Constructor Details

    • WebinarRefModel

      public WebinarRefModel()
  • Method Details