GetSubscriptionResult

data class GetSubscriptionResult(val autoRenewEnabled: Boolean, val createTime: String, val endTime: String, val name: String, val seatCount: String, val sku: String, val startTime: String, val state: String, val type: String)

Constructors

Link copied to clipboard
fun GetSubscriptionResult(autoRenewEnabled: Boolean, createTime: String, endTime: String, name: String, seatCount: String, sku: String, startTime: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents that, if subscription will renew or end when the term ends.

Link copied to clipboard

Create time of the subscription.

Link copied to clipboard

End time of the subscription.

Link copied to clipboard

Unique resource name of the Subscription. The name is ignored when creating a subscription.

Link copied to clipboard

Number of seats in the subscription.

Link copied to clipboard
val sku: String

SKU of subscription.

Link copied to clipboard

Start time of the subscription.

Link copied to clipboard

The current state of the subscription.

Link copied to clipboard

Type of subscription.