Sha256: 3e7821673f837ced30eb613387599f0e6539e581c4e90e8f5dcf5f5f72542135
Contents?: true
Size: 1.75 KB
Versions: 6
Compression:
Stored size: 1.75 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::Monitor::Mgmt::V2018_06_01_preview module Models # # Model object. # # class EtwProviderConfiguration include MsRestAzure # @return [String] attr_accessor :id # @return [Array<EtwEventConfiguration>] attr_accessor :events # # Mapper for EtwProviderConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EtwProviderConfiguration', type: { name: 'Composite', class_name: 'EtwProviderConfiguration', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } }, events: { client_side_validation: true, required: true, serialized_name: 'events', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'EtwEventConfigurationElementType', type: { name: 'Composite', class_name: 'EtwEventConfiguration' } } } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems