Sha256: b2b6a43f56cc1c037216c9ed050a0eca8bd5ab323fb92bfb66ee3093035995be
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 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 # # Model object. # # class DeviceLocation include MsRestAzure # @return [String] The ISO 3166 two-letter country code. attr_accessor :countrycode # @return [String] An administrative region of the nation, 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 DeviceLocation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'DeviceLocation', type: { name: 'Composite', class_name: 'DeviceLocation', model_properties: { countrycode: { required: false, serialized_name: 'countrycode', 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