BudgetManagementGroupFilterDimension

data class BudgetManagementGroupFilterDimension(val name: String, val operator: String? = null, val values: List<String>)

Constructors

Link copied to clipboard
constructor(name: String, operator: String? = null, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column to use for the filter. The allowed values are ChargeType, Frequency, InvoiceId, Meter, MeterCategory, MeterSubCategory, PartNumber, PricingModel, Product, ProductOrderId, ProductOrderName, PublisherType, ReservationId, ReservationName, ResourceGroupName, ResourceGuid, ResourceId, ResourceLocation, ResourceType, ServiceFamily, ServiceName, SubscriptionID, SubscriptionName, UnitOfMeasure.

Link copied to clipboard
val operator: String? = null

The operator to use for comparison. The allowed values are In. Defaults to In.

Link copied to clipboard

Specifies a list of values for the column.