Sha256: a10da1a1f0ef230a7c787b0586bc59c6d1d313d1d798282188489dbf23956bff
Contents?: true
Size: 1.5 KB
Versions: 3
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::IotHub::Mgmt::V2019_03_22_preview module Models # # The device streams properties of iothub. # class IotHubPropertiesDeviceStreams include MsRestAzure # @return [Array<String>] List of Device Streams Endpoints. attr_accessor :streaming_endpoints # # Mapper for IotHubPropertiesDeviceStreams class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotHubProperties_deviceStreams', type: { name: 'Composite', class_name: 'IotHubPropertiesDeviceStreams', model_properties: { streaming_endpoints: { client_side_validation: true, required: false, serialized_name: 'streamingEndpoints', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems