GetAgreementPlainArgs

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

Constructors

Link copied to clipboard
fun GetAgreementPlainArgs(agreementId: String, serverId: String)

Functions

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

Properties

Link copied to clipboard

A unique identifier for the agreement.

Link copied to clipboard

A unique identifier for the server.