GetContentItemPlainArgs

data class GetContentItemPlainArgs(val contentItemId: String, val contentTypeId: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetContentItemPlainArgs>

Constructors

Link copied to clipboard
constructor(contentItemId: String, contentTypeId: String, resourceGroupName: String, serviceName: String)

Properties

Link copied to clipboard

Content item identifier.

Link copied to clipboard

Content type identifier.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the API Management service.

Functions

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