Method: Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationCreateParameters.mapper
- Defined in:
- lib/2017-05-01/generated/azure_mgmt_batch/models/application_create_parameters.rb
.mapper ⇒ Object
Mapper for ApplicationCreateParameters class as Ruby Hash. This will be used for serialization/deserialization.
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/2017-05-01/generated/azure_mgmt_batch/models/application_create_parameters.rb', line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationCreateParameters', type: { name: 'Composite', class_name: 'ApplicationCreateParameters', model_properties: { allow_updates: { client_side_validation: true, required: false, serialized_name: 'allowUpdates', type: { name: 'Boolean' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } } } } } end |