Sha256: f374c8a3e89ffff141d12815b8b1a852af2bfca7bc07b2cc180dc89ba06387de
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 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::MediaServices::Mgmt::V2019_05_01_preview module Models # # The LiveEvent action input parameter definition. # class LiveEventActionInput include MsRestAzure # @return [Boolean] The flag indicates if remove LiveOutputs on Stop. attr_accessor :remove_outputs_on_stop # # Mapper for LiveEventActionInput class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
4 entries across 4 versions & 1 rubygems