Sha256: 65766bc3ffe0fcd6b4951cfdd0f856d68106f8f97eec122b92173e7a780f2732
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 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::CDN::Mgmt::V2020_09_01 module Models # # Model object. # # class ContinentsResponseCountryOrRegionsItem include MsRestAzure # @return [String] attr_accessor :id # @return [String] attr_accessor :continent_id # # Mapper for ContinentsResponseCountryOrRegionsItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContinentsResponse_countryOrRegionsItem', type: { name: 'Composite', class_name: 'ContinentsResponseCountryOrRegionsItem', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, continent_id: { client_side_validation: true, required: false, serialized_name: 'continentId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems