/// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse4001" /> class.
 /// </summary>
 /// <param name="Type">Type.</param>
 /// <param name="Message">The detailed message related to the type stated above..</param>
 /// <param name="Details">Details.</param>
 public InlineResponse4001(string Type = default(string), string Message = default(string), Tmsv1instrumentidentifiersDetails Details = default(Tmsv1instrumentidentifiersDetails))
 {
     this.Type    = Type;
     this.Message = Message;
     this.Details = Details;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Error" /> class.
 /// </summary>
 /// <param name="Type">Type.</param>
 /// <param name="Message">The detailed message related to the type stated above..</param>
 /// <param name="Details">Details.</param>
 public Error(string Type = default(string), string Message = default(string), Tmsv1instrumentidentifiersDetails Details = default(Tmsv1instrumentidentifiersDetails))
 {
     this.Type    = Type;
     this.Message = Message;
     this.Details = Details;
 }