Sha256: 9b9f01b158d9b8c67f747d61309c61d50c2ea9d3f483b97878d426fbd05d5096
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 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::ARM::Batch module Models # # A REST API operation # # class Operation include MsRestAzure include MsRest::JSONable # @return [String] The operation name. This is of the format # {provider}/{resource}/{operation} attr_accessor :name # @return [OperationDisplay] The object that describes the operation. attr_accessor :display # @return [String] The intended executor of the operation. attr_accessor :origin # @return Properties of the operation. attr_accessor :properties # # Mapper for Operation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Operation', type: { name: 'Composite', class_name: 'Operation', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, display: { required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } }, origin: { required: false, serialized_name: 'origin', type: { name: 'String' } }, properties: { required: false, serialized_name: 'properties', type: { name: 'Object' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.13.0 | lib/generated/azure_mgmt_batch/models/operation.rb |