Sha256: e269a59049569e4976c301135234340867107e6bc1c3e5af26cbffe111146a30

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 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::V2020_05_01
  module Models
    #
    # The LiveEvent action input parameter definition.
    #
    class LiveEventActionInput

      include MsRestAzure

      # @return [Boolean] The flag indicates whether live outputs are
      # automatically deleted when live event is being stopped. Deleting live
      # outputs do not delete the underlying assets.
      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

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_media_services-0.21.1 lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb
azure_mgmt_media_services-0.21.0 lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb