Sha256: 1751ffe9c531162b39ce51f5edd366bb010d51c1a44d90daf30b118c9e1b40e4
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute 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