class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::ThreatIntelligenceArmStixSortBy1

Describes an threat intelligence ARM STIX Sort By

Attributes

item_key[RW]

@return [String] Item key

sort_order[RW]

@return [ThreatIntelligenceArmStixSortBy] Sort order. Possible values include: 'unsorted', 'ascending', 'descending'

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/threat_intelligence_arm_stix_sort_by1.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ThreatIntelligenceArmStixSortBy',
    type: {
      name: 'Composite',
      class_name: 'ThreatIntelligenceArmStixSortBy1',
      model_properties: {
        item_key: {
          client_side_validation: true,
          required: false,
          serialized_name: 'itemKey',
          type: {
            name: 'String'
          }
        },
        sort_order: {
          client_side_validation: true,
          required: false,
          serialized_name: 'sortOrder',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end