Method: Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountList.mapper
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_databoxedge/models/storage_account_list.rb
.mapper ⇒ Object
Mapper for StorageAccountList class as Ruby Hash. This will be used for serialization/deserialization.
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 97 98 |
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/storage_account_list.rb', line 59 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageAccountList', type: { name: 'Composite', class_name: 'StorageAccountList', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StorageAccountElementType', type: { name: 'Composite', class_name: 'StorageAccount' } } } }, next_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', type: { name: 'String' } } } } } end |