Sha256: c136cb302fb4cdcb872e5e5c23ec7bf86f0107c3a3b7d8dfbcb394f3e96fd8bf
Contents?: true
Size: 1.19 KB
Versions: 5
Compression:
Stored size: 1.19 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::ServiceFabric::V6_2_0_9 module Models # # Contains the manifest describing an application type registered in a # Service Fabric cluster. # class ApplicationTypeManifest include MsRestAzure # @return [String] The XML manifest as a string. attr_accessor :manifest # # Mapper for ApplicationTypeManifest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationTypeManifest', type: { name: 'Composite', class_name: 'ApplicationTypeManifest', model_properties: { manifest: { client_side_validation: true, required: false, serialized_name: 'Manifest', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems