GetSourceResult

data class GetSourceResult(val createTime: String, val description: String, val displayName: String, val errorFrameCount: Int, val isManaged: Boolean, val name: String, val pendingFrameCount: Int, val priority: Int, val state: String, val type: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetSourceResult(createTime: String, description: String, displayName: String, errorFrameCount: Int, isManaged: Boolean, name: String, pendingFrameCount: Int, priority: Int, state: String, type: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the source was created.

Link copied to clipboard

Free-text description.

Link copied to clipboard

User-friendly display name.

Link copied to clipboard

The number of frames that were reported by the source and contained errors.

Link copied to clipboard

If true, the source is managed by other service(s).

Link copied to clipboard

The full name of the source.

Link copied to clipboard

Number of frames that are still being processed.

Link copied to clipboard

The information confidence of the source. The higher the value, the higher the confidence.

Link copied to clipboard

The state of the source.

Link copied to clipboard

Data source type.

Link copied to clipboard

The timestamp when the source was last updated.