Class: Azure::MediaServices::Mgmt::V2020_05_01::Models::LiveEventActionInput
- Inherits:
-
Object
- Object
- Azure::MediaServices::Mgmt::V2020_05_01::Models::LiveEventActionInput
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb
Overview
The LiveEvent action input parameter definition.
Instance Attribute Summary collapse
-
#remove_outputs_on_stop ⇒ Boolean
automatically deleted when live event is being stopped.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for LiveEventActionInput class as Ruby Hash.
Instance Attribute Details
#remove_outputs_on_stop ⇒ Boolean
automatically deleted when live event is being stopped. Deleting live outputs do not delete the underlying assets.
18 19 20 |
# File 'lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb', line 18 def remove_outputs_on_stop @remove_outputs_on_stop end |
Class Method Details
.mapper ⇒ Object
Mapper for LiveEventActionInput class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LiveEventActionInput', type: { name: 'Composite', class_name: 'LiveEventActionInput', model_properties: { remove_outputs_on_stop: { client_side_validation: true, required: false, serialized_name: 'removeOutputsOnStop', type: { name: 'Boolean' } } } } } end |