Sha256: 76e97eb4702791151c2d56cdd4a1eeba2bcbf1602dacb746426aa0be3cc46b0f
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Monitor module Models # # An activity log alert object for the body of patch operations. # class ActivityLogAlertPatchBody include MsRestAzure include MsRest::JSONable # @return [Hash{String => String}] Resource tags attr_accessor :tags # @return [Boolean] Indicates whether this activity log alert is enabled. # If an activity log alert is not enabled, then none of its actions will # be activated. Default value: true . attr_accessor :enabled # # Mapper for ActivityLogAlertPatchBody class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ActivityLogAlertPatchBody', type: { name: 'Composite', class_name: 'ActivityLogAlertPatchBody', model_properties: { tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, enabled: { required: false, serialized_name: 'properties.enabled', default_value: true, type: { name: 'Boolean' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems