GetAgreementPlainArgs

data class GetAgreementPlainArgs(val agreementId: String, val serverId: String) : ConvertibleToJava<GetAgreementPlainArgs>

Constructors

Link copied to clipboard
constructor(agreementId: String, serverId: String)

Properties

Link copied to clipboard

A unique identifier for the agreement.

Link copied to clipboard

A unique identifier for the server.

Functions

Link copied to clipboard
open override fun toJava(): GetAgreementPlainArgs