Sha256: ce75781ef694e75e0cffc7708017462aa2f5e22a2a5984921d08fdfd84b5b91e
Contents?: true
Size: 1.38 KB
Versions: 9
Compression:
Stored size: 1.38 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::V2016_06_01 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
9 entries across 9 versions & 1 rubygems