Sha256: 4f4e3909f4657d7cb2b84e0fa6fb194f44d25bee4958dba46ad53cdffbae7177
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 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() { 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