Sha256: c36eeed310d1126759fb5771fb7aeb00d7fd4a12b21f63323661d7c690e69ea1
Contents?: true
Size: 1.11 KB
Versions: 5
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::V6_3_0_9 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
5 entries across 5 versions & 1 rubygems