# 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::ServiceFabric::V6_5_0_36 module Models # # Describes a Service Fabric name. # class NameDescription include MsRestAzure # @return [String] The Service Fabric name, including the 'fabric:' URI # scheme. attr_accessor :name # # Mapper for NameDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NameDescription', type: { name: 'Composite', class_name: 'NameDescription', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'Name', type: { name: 'String' } } } } } end end end end