GetHostingChannelPlainArgs

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

A collection of arguments for invoking getHostingChannel.

Constructors

Link copied to clipboard
constructor(channelId: String, siteId: String)

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.

Functions

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