Class: Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput
- Inherits:
-
Object
- Object
- Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input.rb
Overview
Base class for inputs to a Job.
Direct Known Subclasses
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#odatatype ⇒ Object
Returns the value of attribute odatatype.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for JobInput class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ JobInput
constructor
A new instance of JobInput.
Constructor Details
#initialize ⇒ JobInput
Returns a new instance of JobInput.
21 22 23 |
# File 'lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input.rb', line 21 def initialize @odatatype = "JobInput" end |
Instance Attribute Details
#odatatype ⇒ Object
Returns the value of attribute odatatype.
25 26 27 |
# File 'lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input.rb', line 25 def odatatype @odatatype end |
Class Method Details
.mapper ⇒ Object
Mapper for JobInput class as Ruby Hash. This will be used for serialization/deserialization.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input.rb', line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'JobInput', type: { name: 'Composite', polymorphic_discriminator: '@odata.type', uber_parent: 'JobInput', class_name: 'JobInput', model_properties: { } } } end |