Sha256: 9e0caeea934eeef6b4e8df74e3f9fe29f1c4ec9ce7c98c22532c949db1bfe147
Contents?: true
Size: 1.2 KB
Versions: 9
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::V2018_07_01 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
9 entries across 9 versions & 1 rubygems