Sha256: c453a67ffda1030761a56317ff31638a0c62e3fbbfdbb74049b56d518e7cb688
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 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::Redis::Mgmt::V2017_02_01 module Models # # REST API operation # class Operation include MsRestAzure # @return [String] Operation name: {provider}/{resource}/{operation} attr_accessor :name # @return [OperationDisplay] The object that describes the operation. attr_accessor :display # # 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' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_redis-0.15.1 | lib/2017-02-01/generated/azure_mgmt_redis/models/operation.rb |
azure_mgmt_redis-0.15.0 | lib/2017-02-01/generated/azure_mgmt_redis/models/operation.rb |