com.ringcentral.definitions.SessionLivestreamListModel Maven / Gradle / Ivy
package com.ringcentral.definitions;
public class SessionLivestreamListModel {
/**
* The list of livestreams configured for the session
*/
public SessionLivestreamMinimalModel[] livestreams;
public SessionLivestreamListModel livestreams(SessionLivestreamMinimalModel[] livestreams) {
this.livestreams = livestreams;
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy