Sha256: 1cbffc10d6392c730e9fdab5c043f9761f8befb752a9059932fe27aa2f554cdf
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 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::ARM::Monitor module Models # # Webhook notification of an autoscale event. # class WebhookNotification include MsRestAzure include MsRest::JSONable # @return [String] the service address to receive the notification. attr_accessor :service_uri # @return [Hash{String => String}] a property bag of settings. This value # can be empty. attr_accessor :properties # # Mapper for WebhookNotification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'WebhookNotification', type: { name: 'Composite', class_name: 'WebhookNotification', model_properties: { service_uri: { required: false, serialized_name: 'serviceUri', type: { name: 'String' } }, properties: { required: false, serialized_name: 'properties', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.13.0 | lib/generated/azure_mgmt_monitor/models/webhook_notification.rb |