Sha256: 15749105b892a5dbd8db6c7e5e37d4b8bc517fcd553f86a65903684a034fd936
Contents?: true
Size: 1.46 KB
Versions: 6
Compression:
Stored size: 1.46 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::Automation::Mgmt::V2015_10_31 module Models # # Definition of the runbook property type. # class ContentHash include MsRestAzure # @return [String] Gets or sets the content hash algorithm used to hash # the content. attr_accessor :algorithm # @return [String] Gets or sets expected hash value of the content. 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: true, serialized_name: 'algorithm', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems