Sha256: 367d045fd32b312def534360bdafbca96a9496d1a491395f384f7751c356d768
Contents?: true
Size: 1.2 KB
Versions: 19
Compression:
Stored size: 1.2 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::Compute::Mgmt::V2016_04_30_preview module Models # # Compute-specific operation properties, including output # class ComputeLongRunningOperationProperties include MsRestAzure # @return Operation output data (raw JSON) attr_accessor :output # # Mapper for ComputeLongRunningOperationProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ComputeLongRunningOperationProperties', type: { name: 'Composite', class_name: 'ComputeLongRunningOperationProperties', model_properties: { output: { client_side_validation: true, required: false, serialized_name: 'output', type: { name: 'Object' } } } } } end end end end
Version data entries
19 entries across 19 versions & 1 rubygems