Class: Azure::ServiceFabric::V6_3_0_9::Models::FabricCodeVersionInfo
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_3_0_9::Models::FabricCodeVersionInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/6.3.0.9/generated/azure_service_fabric/models/fabric_code_version_info.rb
Overview
Information about a Service Fabric code version.
Instance Attribute Summary collapse
-
#code_version ⇒ String
The product version of Service Fabric.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for FabricCodeVersionInfo class as Ruby Hash.
Instance Attribute Details
#code_version ⇒ String
Returns The product version of Service Fabric.
16 17 18 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/fabric_code_version_info.rb', line 16 def code_version @code_version end |
Class Method Details
.mapper ⇒ Object
Mapper for FabricCodeVersionInfo class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/fabric_code_version_info.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FabricCodeVersionInfo', type: { name: 'Composite', class_name: 'FabricCodeVersionInfo', model_properties: { code_version: { client_side_validation: true, required: false, serialized_name: 'CodeVersion', type: { name: 'String' } } } } } end |