UNPKG

azure

Version:
61 lines (56 loc) 1.36 kB
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ 'use strict'; /** * @class * Initializes a new instance of the LocationListResult class. * @constructor * Location list operation response. * */ class LocationListResult extends Array { constructor() { super(); } /** * Defines the metadata of LocationListResult * * @returns {object} metadata of LocationListResult * */ mapper() { return { required: false, serializedName: 'LocationListResult', type: { name: 'Composite', className: 'LocationListResult', modelProperties: { value: { required: false, serializedName: '', type: { name: 'Sequence', element: { required: false, serializedName: 'LocationElementType', type: { name: 'Composite', className: 'Location' } } } } } } }; } } module.exports = LocationListResult;