GetCallsSfuAppPlainArgs

data class GetCallsSfuAppPlainArgs(val accountId: String, val appId: String) : ConvertibleToJava<GetCallsSfuAppPlainArgs>

A collection of arguments for invoking getCallsSfuApp.

Constructors

Link copied to clipboard
constructor(accountId: String, appId: String)

Properties

Link copied to clipboard

The account identifier tag.

Link copied to clipboard

A Cloudflare-generated unique identifier for a item.

Functions

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