/// <summary>
 /// Initializes a new instance of the <see cref="InlineResponseDefault" /> class.
 /// </summary>
 /// <param name="_string">_string.</param>
 public InlineResponseDefault(Foo _string = default(Foo))
 {
     this.String = _string;
     this.AdditionalProperties = new Dictionary <string, object>();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponseDefault" /> class.
 /// </summary>
 /// <param name="_string">_string.</param>
 public InlineResponseDefault(Foo _string = default(Foo))
 {
     this.String = _string;
 }