class Azure::Monitor::Mgmt::V2018_04_16::Models::Action
Action
descriptor.
Attributes
odatatype[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for Action
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-04-16/generated/azure_mgmt_monitor/models/action.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Action', type: { name: 'Composite', polymorphic_discriminator: 'odata.type', uber_parent: 'Action', class_name: 'Action', model_properties: { } } } end
new()
click to toggle source
# File lib/2018-04-16/generated/azure_mgmt_monitor/models/action.rb, line 19 def initialize @odatatype = "Action" end