Sha256: e4b5986289b7fb1469be50d5985ab5fb47b33389b75ff44e0847f9cfd5b193ac

Contents?: true

Size: 2 KB

Versions: 2

Compression:

Stored size: 2 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::MobileEngagement::Mgmt::V2014_12_01
  module Models
    #
    # Used to target devices based on their last know area.
    #
    class LocationCriterion < Criterion

      include MsRestAzure


      def initialize
        @type = "location"
      end

      attr_accessor :type

      # @return [String] Two character country code where the user is located
      # (ISO 3166-1).
      attr_accessor :country

      # @return [String] An administrative region of the country, such as a
      # state or province.
      attr_accessor :region

      # @return [String] A locality within the administrative region, such as a
      # town or city.
      attr_accessor :locality


      #
      # Mapper for LocationCriterion class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'location',
          type: {
            name: 'Composite',
            class_name: 'LocationCriterion',
            model_properties: {
              type: {
                required: true,
                serialized_name: 'type',
                type: {
                  name: 'String'
                }
              },
              country: {
                required: false,
                serialized_name: 'country',
                type: {
                  name: 'String'
                }
              },
              region: {
                required: false,
                serialized_name: 'region',
                type: {
                  name: 'String'
                }
              },
              locality: {
                required: false,
                serialized_name: 'locality',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_mobile_engagement-0.15.1 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/location_criterion.rb
azure_mgmt_mobile_engagement-0.15.0 lib/2014-12-01/generated/azure_mgmt_mobile_engagement/models/location_criterion.rb