GetViewPlainArgs

data class GetViewPlainArgs(val hubName: String, val resourceGroupName: String, val userId: String, val viewName: String) : ConvertibleToJava<GetViewPlainArgs>

Constructors

Link copied to clipboard
constructor(hubName: String, resourceGroupName: String, userId: String, viewName: String)

Properties

Link copied to clipboard

The name of the hub.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The user ID. Use * to retrieve hub level view.

Link copied to clipboard

The name of the view.

Functions

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