Sha256: ce649a31e545afdd60d0523e3c1f3e88975c51b00cc2cd1fda9f0fb2299e41f2
Contents?: true
Size: 1.39 KB
Versions: 5
Compression:
Stored size: 1.39 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::Logic::Mgmt::V2018_07_01_preview module Models # # The content hash. # class ContentHash include MsRestAzure # @return [String] The algorithm of the content hash. attr_accessor :algorithm # @return [String] The value of the content hash. attr_accessor :value # # Mapper for ContentHash class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContentHash', type: { name: 'Composite', class_name: 'ContentHash', model_properties: { algorithm: { client_side_validation: true, required: false, serialized_name: 'algorithm', type: { name: 'String' } }, value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems