Class: Azure::Web::Mgmt::V2016_06_01::Models::CustomApiReference
- Inherits:
-
ApiReference
- Object
- ResourceReference
- ApiReference
- Azure::Web::Mgmt::V2016_06_01::Models::CustomApiReference
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_reference.rb
Overview
The custom API reference
Instance Attribute Summary
Attributes inherited from ApiReference
#brand_color, #description, #display_name, #icon_uri, #name, #swagger
Attributes inherited from ResourceReference
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CustomApiReference class as Ruby Hash.
Class Method Details
.mapper ⇒ Object
Mapper for CustomApiReference class as Ruby Hash. This will be used for serialization/deserialization.
20 21 22 23 24 25 26 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_reference.rb', line 20 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CustomApiReference', type: { name: 'Composite', class_name: 'CustomApiReference', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } }, swagger: { client_side_validation: true, required: false, serialized_name: 'swagger', type: { name: 'Object' } }, brand_color: { client_side_validation: true, required: false, serialized_name: 'brandColor', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, icon_uri: { client_side_validation: true, required: false, serialized_name: 'iconUri', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end |