Sha256: 077abdd2390de1e7bebd4999babcddbf976dcb5bffbca596e3ae0fb03c616730
Contents?: true
Size: 1.19 KB
Versions: 2
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::V7_0_0_42 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
2 entries across 2 versions & 1 rubygems