Class SessionRefAdminModel

java.lang.Object
com.ringcentral.definitions.SessionRefAdminModel

public class SessionRefAdminModel extends Object
  • Field Details

    • id

      public String id
      Internal object ID Example: 78654321
    • startTime

      public String startTime
      Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" Format: date-time
    • endTime

      public String endTime
      Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") Format: date-time
    • duration

      public Long duration
      Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600
    • title

      public String title
      Session title. If blank - derived from webinar title. Example: Live Broadcasting US
    • description

      public String description
      User-friendly description of the Session. If blank - derived from webinar title. Example: Live session for US-based participants
    • webinar

      public WebinarRefModel webinar
  • Constructor Details

    • SessionRefAdminModel

      public SessionRefAdminModel()
  • Method Details