Sha256: d0c6894a09a365b0826ce1841ef273833be5520a8b2a92a38f9d461871a4942d
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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 # # Information about the cluster manifest. # class ClusterManifest include MsRestAzure # @return [String] The contents of the cluster manifest file. attr_accessor :manifest # # Mapper for ClusterManifest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterManifest', type: { name: 'Composite', class_name: 'ClusterManifest', 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