UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

54 lines (49 loc) 1.18 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'; /** * AlertCrashGroup patching parameter * */ class AlertCrashGroupStateChange { /** * Create a AlertCrashGroupStateChange. * @property {string} [state] Possible values include: 'Open', 'Closed', * 'Ignored' */ constructor() { } /** * Defines the metadata of AlertCrashGroupStateChange * * @returns {object} metadata of AlertCrashGroupStateChange * */ mapper() { return { required: false, serializedName: 'AlertCrashGroupStateChange', type: { name: 'Composite', className: 'AlertCrashGroupStateChange', modelProperties: { state: { required: false, serializedName: 'state', type: { name: 'String' } } } } }; } } module.exports = AlertCrashGroupStateChange;