class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::AggregationsKind

Describes an Azure resource with kind.

Attributes

kind[RW]

@return [String] The kind of the setting. Default value: 'CasesAggregation' .

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/aggregations_kind.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AggregationsKind',
    type: {
      name: 'Composite',
      class_name: 'AggregationsKind',
      model_properties: {
        kind: {
          client_side_validation: true,
          required: true,
          is_constant: true,
          serialized_name: 'kind',
          default_value: 'CasesAggregation',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end