GetMarkupRuleResult

data class GetMarkupRuleResult(val azureApiVersion: String, val customerDetails: CustomerMetadataResponse, val description: String? = null, val eTag: String? = null, val endDate: String? = null, val id: String, val name: String, val percentage: Double, val startDate: String, val type: String)

Markup rule

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, customerDetails: CustomerMetadataResponse, description: String? = null, eTag: String? = null, endDate: String? = null, id: String, name: String, percentage: Double, startDate: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Customer information for the markup rule.

Link copied to clipboard
val description: String? = null

The description of the markup rule.

Link copied to clipboard
val endDate: String? = null

Ending date of the markup rule.

Link copied to clipboard
val eTag: String? = null

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource name.

Link copied to clipboard

The markup percentage of the rule.

Link copied to clipboard

Starting date of the markup rule.

Link copied to clipboard

Resource type.