# 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::Web::Mgmt::V2015_04_01 module Models # # Identifies an object. # class NameIdentifier include MsRestAzure # @return [String] Name of the object. attr_accessor :name # # Mapper for NameIdentifier class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NameIdentifier', type: { name: 'Composite', class_name: 'NameIdentifier', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end