Sha256: 908970b1935d8165d1cde73d5a85ac47c794ab305d4fdf7cdfafe18454f591a8
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The content hash. # class ContentHash include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'ContentHash', type: { name: 'Composite', class_name: 'ContentHash', model_properties: { algorithm: { required: false, serialized_name: 'algorithm', type: { name: 'String' } }, value: { required: false, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.12.0 | lib/generated/azure_mgmt_logic/models/content_hash.rb |
azure_mgmt_logic-0.11.0 | lib/generated/azure_mgmt_logic/models/content_hash.rb |