SwarmUiModelsRequest

@Serializable
data class SwarmUiModelsRequest(val sessionId: String, val subType: String, val path: String, val depth: Int)(source)

Carries SwarmUiModelsRequest data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(sessionId: String, subType: String, path: String, depth: Int)

Properties

Link copied to clipboard
val depth: Int

Exposes the depth value used by the SDAI network layer.

Link copied to clipboard

Exposes the path value used by the SDAI network layer.

Link copied to clipboard
@SerialName(value = "session_id")
val sessionId: String

Exposes the sessionId value used by the SDAI network layer.

Link copied to clipboard
@SerialName(value = "subtype")
val subType: String

Exposes the subType value used by the SDAI network layer.