|  |  | 1 |  | // <auto-generated> | 
|  |  | 2 |  | // Copyright (c) Microsoft Corporation. All rights reserved. | 
|  |  | 3 |  | // Licensed under the MIT License. See License.txt in the project root for | 
|  |  | 4 |  | // license information. | 
|  |  | 5 |  | // | 
|  |  | 6 |  | // Code generated by Microsoft (R) AutoRest Code Generator. | 
|  |  | 7 |  | // Changes may cause incorrect behavior and will be lost if the code is | 
|  |  | 8 |  | // regenerated. | 
|  |  | 9 |  | // </auto-generated> | 
|  |  | 10 |  |  | 
|  |  | 11 |  | namespace Microsoft.Azure.HDInsight.Job.Models | 
|  |  | 12 |  | { | 
|  |  | 13 |  |     using Newtonsoft.Json; | 
|  |  | 14 |  |     using System.Linq; | 
|  |  | 15 |  |  | 
|  |  | 16 |  |     public partial class SparkStatementOutput | 
|  |  | 17 |  |     { | 
|  |  | 18 |  |         /// <summary> | 
|  |  | 19 |  |         /// Initializes a new instance of the SparkStatementOutput class. | 
|  |  | 20 |  |         /// </summary> | 
|  | 2 | 21 |  |         public SparkStatementOutput() | 
|  |  | 22 |  |         { | 
|  |  | 23 |  |             CustomInit(); | 
|  | 2 | 24 |  |         } | 
|  |  | 25 |  |  | 
|  |  | 26 |  |         /// <summary> | 
|  |  | 27 |  |         /// Initializes a new instance of the SparkStatementOutput class. | 
|  |  | 28 |  |         /// </summary> | 
|  | 0 | 29 |  |         public SparkStatementOutput(string status = default(string), int? executionCount = default(int?), object data =  | 
|  |  | 30 |  |         { | 
|  | 0 | 31 |  |             Status = status; | 
|  | 0 | 32 |  |             ExecutionCount = executionCount; | 
|  | 0 | 33 |  |             Data = data; | 
|  |  | 34 |  |             CustomInit(); | 
|  | 0 | 35 |  |         } | 
|  |  | 36 |  |  | 
|  |  | 37 |  |         /// <summary> | 
|  |  | 38 |  |         /// An initialization method that performs custom operations like setting defaults | 
|  |  | 39 |  |         /// </summary> | 
|  |  | 40 |  |         partial void CustomInit(); | 
|  |  | 41 |  |  | 
|  |  | 42 |  |         /// <summary> | 
|  |  | 43 |  |         /// </summary> | 
|  |  | 44 |  |         [JsonProperty(PropertyName = "status")] | 
|  | 0 | 45 |  |         public string Status { get; set; } | 
|  |  | 46 |  |  | 
|  |  | 47 |  |         /// <summary> | 
|  |  | 48 |  |         /// </summary> | 
|  |  | 49 |  |         [JsonProperty(PropertyName = "execution_count")] | 
|  | 0 | 50 |  |         public int? ExecutionCount { get; set; } | 
|  |  | 51 |  |  | 
|  |  | 52 |  |         /// <summary> | 
|  |  | 53 |  |         /// </summary> | 
|  |  | 54 |  |         [JsonProperty(PropertyName = "data")] | 
|  | 4 | 55 |  |         public object Data { get; set; } | 
|  |  | 56 |  |  | 
|  |  | 57 |  |     } | 
|  |  | 58 |  | } |