Sha256: f2907d6e3a531bd828d79480455def11d7d2fd3c98582f47a40f7a02cc3b545d
Contents?: true
Size: 1.96 KB
Versions: 12
Compression:
Stored size: 1.96 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::V2017_04_01 module Models # # A pointer to an Azure Action Group. # class ActivityLogAlertActionGroup include MsRestAzure # @return [String] The resourceId of the action group. This cannot be # null or empty. attr_accessor :action_group_id # @return [Hash{String => String}] the dictionary of custom properties to # include with the post operation. These data are appended to the webhook # payload. attr_accessor :webhook_properties # # Mapper for ActivityLogAlertActionGroup class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ActivityLogAlertActionGroup', type: { name: 'Composite', class_name: 'ActivityLogAlertActionGroup', model_properties: { action_group_id: { client_side_validation: true, required: true, serialized_name: 'actionGroupId', type: { name: 'String' } }, webhook_properties: { client_side_validation: true, required: false, serialized_name: 'webhookProperties', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems