Sha256: 471abc7812600e8b8b5df2fe710f7be6f599f1e9a9c2489323b247b4d452e1ae
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 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::V2015_05_01 module Models # # An XML configuration specification for a WebTest. # class WebTestPropertiesConfiguration include MsRestAzure # @return [String] The XML specification of a WebTest to run against an # application. attr_accessor :web_test # # Mapper for WebTestPropertiesConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WebTestProperties_Configuration', type: { name: 'Composite', class_name: 'WebTestPropertiesConfiguration', model_properties: { web_test: { client_side_validation: true, required: false, serialized_name: 'WebTest', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems