UNPKG

azure-arm-timeseriesinsights

Version:
61 lines (56 loc) 1.44 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'; /** * The response of the List Environments operation. * */ class EnvironmentListResponse { /** * Create a EnvironmentListResponse. * @member {array} [value] Result of the List Environments operation. */ constructor() { } /** * Defines the metadata of EnvironmentListResponse * * @returns {object} metadata of EnvironmentListResponse * */ mapper() { return { required: false, serializedName: 'EnvironmentListResponse', type: { name: 'Composite', className: 'EnvironmentListResponse', modelProperties: { value: { required: false, serializedName: 'value', type: { name: 'Sequence', element: { required: false, serializedName: 'EnvironmentResourceElementType', type: { name: 'Composite', className: 'EnvironmentResource' } } } } } } }; } } module.exports = EnvironmentListResponse;