Sha256: 3035160bb7c4e054bd583bd504fe01531703f2f3cf99431f2b4745d8be4e58e8
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 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 # # A list of activity log alert actions. # class ActivityLogAlertActionList include MsRestAzure include MsRest::JSONable # @return [Array<ActivityLogAlertActionGroup>] The list of activity log # alerts. attr_accessor :action_groups # # Mapper for ActivityLogAlertActionList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ActivityLogAlertActionList', type: { name: 'Composite', class_name: 'ActivityLogAlertActionList', model_properties: { action_groups: { required: false, serialized_name: 'actionGroups', type: { name: 'Sequence', element: { required: false, serialized_name: 'ActivityLogAlertActionGroupElementType', type: { name: 'Composite', class_name: 'ActivityLogAlertActionGroup' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems