Sha256: d9ee54b726fa5ddc3cc0ce8098529ac3a177f334c7b2cd35fa4dc6a8e7844913
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::IotHub module Models # # IoT Hub REST API operation # class Operation include MsRestAzure include MsRest::JSONable # @return [String] Operation name: {provider}/{resource}/{read | write | # action | delete} attr_accessor :name # @return [OperationDisplay] The object that represents 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, read_only: true, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.12.0 | lib/generated/azure_mgmt_iot_hub/models/operation.rb |