Sha256: e80c30295e570211d766bec1c856876d5287a2831bfdc2b87d9fc98afbdaafe7
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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::V2015_06_15 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() { required: false, serialized_name: 'ComputeLongRunningOperationProperties', type: { name: 'Composite', class_name: 'ComputeLongRunningOperationProperties', model_properties: { output: { required: false, serialized_name: 'output', type: { name: 'Object' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems