IngressSourceRequest
data class IngressSourceRequest(@Json(name = "fps") val fps: IngressSourceRequest.Fps, @Json(name = "height") val height: Int, @Json(name = "width") val width: Int)
Constructors
Link copied to clipboard
constructor(@Json(name = "fps") fps: IngressSourceRequest.Fps, @Json(name = "height") height: Int, @Json(name = "width") width: Int)