Sha256: 22771aaf130118bf87218278d71cfa23912f1f0f9dc0d0f1dca878f5130a5fd6
Contents?: true
Size: 1.6 KB
Versions: 3
Compression:
Stored size: 1.6 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', constraints: { Pattern: '^[a-z0-9-]{1,63}$' }, 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
3 entries across 3 versions & 1 rubygems