Sha256: 67d3932067d47446d71cca254d527fa6a0c437dd401b813551d1c2cd9254180c
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::V2015_02_01_preview module Models # # Model object. # # class ContentHash include MsRestAzure # @return [String] Gets or sets the algorithm. attr_accessor :algorithm # @return [String] Gets or sets the value. 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