UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

54 lines (49 loc) 1.11 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'; /** * This response contains the location of the resource URI for 201 or 202 * responses. * */ class LocationResponse { /** * Create a LocationResponse. * @property {string} [location] */ constructor() { } /** * Defines the metadata of LocationResponse * * @returns {object} metadata of LocationResponse * */ mapper() { return { required: false, serializedName: 'LocationResponse', type: { name: 'Composite', className: 'LocationResponse', modelProperties: { location: { required: false, serializedName: 'location', type: { name: 'String' } } } } }; } } module.exports = LocationResponse;