class Azure::Consumption::Mgmt::V2018_06_30::Models::QueryOptions

Additional parameters for a set of operations.

Attributes

apply[RW]

@return [String] OData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart)

Public Class Methods

mapper() click to toggle source

Mapper for QueryOptions class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-06-30/generated/azure_mgmt_consumption/models/query_options.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    type: {
      name: 'Composite',
      class_name: 'QueryOptions',
      model_properties: {
        apply: {
          client_side_validation: true,
          required: false,
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end