GetHostingChannelPlainArgs

data class GetHostingChannelPlainArgs(val channelId: String, val siteId: String) : ConvertibleToJava<GetHostingChannelPlainArgs>

A collection of arguments for invoking getHostingChannel.

Constructors

Link copied to clipboard
fun GetHostingChannelPlainArgs(channelId: String, siteId: String)

Functions

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

Properties

Link copied to clipboard

The ID of the channel. Use channel_id = "live" for the default channel of a site.

Link copied to clipboard

The ID of the site this channel belongs to.