|
1 | | -/* |
2 | | - * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under |
3 | | - * the MIT License. See LICENSE in the project root for license information. |
4 | | - * <autogenerated> This file was generated using AutoRest. </autogenerated> |
5 | | - */ |
6 | | - |
7 | | -'use strict'; |
8 | | - |
9 | | -/** |
10 | | - * @class |
11 | | - * Initializes a new instance of the GetTopicNameResponse class. |
12 | | - * @constructor |
13 | | - * Response from get topic name |
14 | | - * @member {string} topicHandle Gets or sets topic handle of the response |
15 | | - * |
16 | | - */ |
17 | | -function GetTopicNameResponse() { |
18 | | -} |
19 | | - |
20 | | -/** |
21 | | - * Defines the metadata of GetTopicNameResponse |
22 | | - * |
23 | | - * @returns {object} metadata of GetTopicNameResponse |
24 | | - * |
25 | | - */ |
26 | | -GetTopicNameResponse.prototype.mapper = function () { |
27 | | - return { |
28 | | - required: false, |
29 | | - serializedName: 'GetTopicNameResponse', |
30 | | - type: { |
31 | | - name: 'Composite', |
32 | | - className: 'GetTopicNameResponse', |
33 | | - modelProperties: { |
34 | | - topicHandle: { |
35 | | - required: true, |
36 | | - serializedName: 'topicHandle', |
37 | | - type: { |
38 | | - name: 'String' |
39 | | - } |
40 | | - } |
41 | | - } |
42 | | - } |
43 | | - }; |
44 | | -}; |
45 | | - |
46 | | -module.exports = GetTopicNameResponse; |
| 1 | +/* |
| 2 | + * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under |
| 3 | + * the MIT License. See LICENSE in the project root for license information. |
| 4 | + * <autogenerated> This file was generated using AutoRest. </autogenerated> |
| 5 | + */ |
| 6 | + |
| 7 | +'use strict'; |
| 8 | + |
| 9 | +/** |
| 10 | + * @class |
| 11 | + * Initializes a new instance of the GetTopicByNameResponse class. |
| 12 | + * @constructor |
| 13 | + * Response from get topic by name |
| 14 | + * @member {string} topicHandle Gets or sets topic handle of the response |
| 15 | + * |
| 16 | + */ |
| 17 | +function GetTopicByNameResponse() { |
| 18 | +} |
| 19 | + |
| 20 | +/** |
| 21 | + * Defines the metadata of GetTopicByNameResponse |
| 22 | + * |
| 23 | + * @returns {object} metadata of GetTopicByNameResponse |
| 24 | + * |
| 25 | + */ |
| 26 | +GetTopicByNameResponse.prototype.mapper = function () { |
| 27 | + return { |
| 28 | + required: false, |
| 29 | + serializedName: 'GetTopicByNameResponse', |
| 30 | + type: { |
| 31 | + name: 'Composite', |
| 32 | + className: 'GetTopicByNameResponse', |
| 33 | + modelProperties: { |
| 34 | + topicHandle: { |
| 35 | + required: true, |
| 36 | + serializedName: 'topicHandle', |
| 37 | + type: { |
| 38 | + name: 'String' |
| 39 | + } |
| 40 | + } |
| 41 | + } |
| 42 | + } |
| 43 | + }; |
| 44 | +}; |
| 45 | + |
| 46 | +module.exports = GetTopicByNameResponse; |
0 commit comments