GetOfferAccessTokenPlainArgs

data class GetOfferAccessTokenPlainArgs(val offerId: String, val requestId: String, val resourceUri: String) : ConvertibleToJava<GetOfferAccessTokenPlainArgs>

Constructors

Link copied to clipboard
constructor(offerId: String, requestId: String, resourceUri: String)

Properties

Link copied to clipboard

Id of the offer

Link copied to clipboard

The name of the publisher.

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource.

Functions

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