Sha256: 534a542ce1bfc4586883fe9047afa370dbc8ce89f921133845c107198f034173
Contents?: true
Size: 1.5 KB
Versions: 5
Compression:
Stored size: 1.5 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::IotCentral::Mgmt::V2018_09_01 module Models # # Input values. # class OperationInputs include MsRestAzure # @return [String] The name of the IoT Central application instance to # check. attr_accessor :name # @return [String] The type of the IoT Central resource to query. Default # value: 'IoTApps' . attr_accessor :type # # Mapper for OperationInputs class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationInputs', type: { name: 'Composite', class_name: 'OperationInputs', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', default_value: 'IoTApps', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems