Class: Azure::RecoveryServicesBackup::Mgmt::V2016_06_01::Models::OperationStatusExtendedInfo
- Inherits:
-
Object
- Object
- Azure::RecoveryServicesBackup::Mgmt::V2016_06_01::Models::OperationStatusExtendedInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/operation_status_extended_info.rb
Overview
The base class for additional information about the operation status.
Direct Known Subclasses
OperationStatusJobExtendedInfo, OperationStatusJobsExtendedInfo, OperationStatusProvisionILRExtendedInfo
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#objectType ⇒ Object
Returns the value of attribute objectType.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for OperationStatusExtendedInfo class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ OperationStatusExtendedInfo
constructor
A new instance of OperationStatusExtendedInfo.
Constructor Details
#initialize ⇒ OperationStatusExtendedInfo
Returns a new instance of OperationStatusExtendedInfo.
24 25 26 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/operation_status_extended_info.rb', line 24 def initialize @objectType = "OperationStatusExtendedInfo" end |
Instance Attribute Details
#objectType ⇒ Object
Returns the value of attribute objectType.
28 29 30 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/operation_status_extended_info.rb', line 28 def objectType @objectType end |
Class Method Details
.mapper ⇒ Object
Mapper for OperationStatusExtendedInfo class as Ruby Hash. This will be used for serialization/deserialization.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/operation_status_extended_info.rb', line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationStatusExtendedInfo', type: { name: 'Composite', polymorphic_discriminator: 'objectType', uber_parent: 'OperationStatusExtendedInfo', class_name: 'OperationStatusExtendedInfo', model_properties: { } } } end |