forked from loafle/openapi-generator-original
update petstore samples
This commit is contained in:
parent
8909641667
commit
8455dfe75d
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public AnotherFakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeClassnameTags123Api()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public PetApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public StoreApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public UserApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.0-SNAPSHOT
|
3.3.1-SNAPSHOT
|
@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|||||||
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
||||||
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
||||||
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
**IndirectMap** | [**StringBooleanMap**](StringBooleanMap.md) | | [optional]
|
**IndirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
|
||||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public AnotherFakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -320,6 +320,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeClassnameTags123Api()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -248,6 +248,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public PetApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -127,6 +127,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public StoreApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -215,6 +215,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public UserApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -63,7 +63,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
||||||
/// <param name="directMap">directMap.</param>
|
/// <param name="directMap">directMap.</param>
|
||||||
/// <param name="indirectMap">indirectMap.</param>
|
/// <param name="indirectMap">indirectMap.</param>
|
||||||
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), StringBooleanMap indirectMap = default(StringBooleanMap))
|
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), Dictionary<string, bool?> indirectMap = default(Dictionary<string, bool?>))
|
||||||
{
|
{
|
||||||
this.MapMapOfString = mapMapOfString;
|
this.MapMapOfString = mapMapOfString;
|
||||||
this.MapOfEnumString = mapOfEnumString;
|
this.MapOfEnumString = mapOfEnumString;
|
||||||
@ -88,7 +88,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Gets or Sets IndirectMap
|
/// Gets or Sets IndirectMap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
||||||
public StringBooleanMap IndirectMap { get; set; }
|
public Dictionary<string, bool?> IndirectMap { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the string presentation of the object
|
/// Returns the string presentation of the object
|
||||||
@ -153,8 +153,8 @@ namespace Org.OpenAPITools.Model
|
|||||||
) &&
|
) &&
|
||||||
(
|
(
|
||||||
this.IndirectMap == input.IndirectMap ||
|
this.IndirectMap == input.IndirectMap ||
|
||||||
(this.IndirectMap != null &&
|
this.IndirectMap != null &&
|
||||||
this.IndirectMap.Equals(input.IndirectMap))
|
this.IndirectMap.SequenceEqual(input.IndirectMap)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.0-SNAPSHOT
|
3.3.1-SNAPSHOT
|
@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|||||||
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
||||||
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
||||||
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
**IndirectMap** | [**StringBooleanMap**](StringBooleanMap.md) | | [optional]
|
**IndirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
|
||||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public AnotherFakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -320,6 +320,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeClassnameTags123Api()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -248,6 +248,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public PetApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -127,6 +127,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public StoreApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -215,6 +215,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public UserApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -63,7 +63,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
||||||
/// <param name="directMap">directMap.</param>
|
/// <param name="directMap">directMap.</param>
|
||||||
/// <param name="indirectMap">indirectMap.</param>
|
/// <param name="indirectMap">indirectMap.</param>
|
||||||
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), StringBooleanMap indirectMap = default(StringBooleanMap))
|
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), Dictionary<string, bool?> indirectMap = default(Dictionary<string, bool?>))
|
||||||
{
|
{
|
||||||
this.MapMapOfString = mapMapOfString;
|
this.MapMapOfString = mapMapOfString;
|
||||||
this.MapOfEnumString = mapOfEnumString;
|
this.MapOfEnumString = mapOfEnumString;
|
||||||
@ -88,7 +88,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Gets or Sets IndirectMap
|
/// Gets or Sets IndirectMap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
||||||
public StringBooleanMap IndirectMap { get; set; }
|
public Dictionary<string, bool?> IndirectMap { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the string presentation of the object
|
/// Returns the string presentation of the object
|
||||||
@ -153,8 +153,8 @@ namespace Org.OpenAPITools.Model
|
|||||||
) &&
|
) &&
|
||||||
(
|
(
|
||||||
this.IndirectMap == input.IndirectMap ||
|
this.IndirectMap == input.IndirectMap ||
|
||||||
(this.IndirectMap != null &&
|
this.IndirectMap != null &&
|
||||||
this.IndirectMap.Equals(input.IndirectMap))
|
this.IndirectMap.SequenceEqual(input.IndirectMap)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.0-SNAPSHOT
|
3.3.1-SNAPSHOT
|
@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|||||||
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
||||||
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
||||||
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
**IndirectMap** | [**StringBooleanMap**](StringBooleanMap.md) | | [optional]
|
**IndirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
|
||||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public AnotherFakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeClassnameTags123Api()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public PetApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public StoreApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public UserApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -61,7 +61,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
||||||
/// <param name="directMap">directMap.</param>
|
/// <param name="directMap">directMap.</param>
|
||||||
/// <param name="indirectMap">indirectMap.</param>
|
/// <param name="indirectMap">indirectMap.</param>
|
||||||
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), StringBooleanMap indirectMap = default(StringBooleanMap))
|
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), Dictionary<string, bool?> indirectMap = default(Dictionary<string, bool?>))
|
||||||
{
|
{
|
||||||
this.MapMapOfString = mapMapOfString;
|
this.MapMapOfString = mapMapOfString;
|
||||||
this.MapOfEnumString = mapOfEnumString;
|
this.MapOfEnumString = mapOfEnumString;
|
||||||
@ -86,7 +86,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Gets or Sets IndirectMap
|
/// Gets or Sets IndirectMap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
||||||
public StringBooleanMap IndirectMap { get; set; }
|
public Dictionary<string, bool?> IndirectMap { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the string presentation of the object
|
/// Returns the string presentation of the object
|
||||||
@ -151,8 +151,8 @@ namespace Org.OpenAPITools.Model
|
|||||||
) &&
|
) &&
|
||||||
(
|
(
|
||||||
this.IndirectMap == input.IndirectMap ||
|
this.IndirectMap == input.IndirectMap ||
|
||||||
(this.IndirectMap != null &&
|
this.IndirectMap != null &&
|
||||||
this.IndirectMap.Equals(input.IndirectMap))
|
this.IndirectMap.SequenceEqual(input.IndirectMap)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
3.3.0-SNAPSHOT
|
3.3.1-SNAPSHOT
|
@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|||||||
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
|
||||||
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
|
||||||
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
**DirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
**IndirectMap** | [**StringBooleanMap**](StringBooleanMap.md) | | [optional]
|
**IndirectMap** | **Dictionary<string, bool?>** | | [optional]
|
||||||
|
|
||||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
|
||||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public AnotherFakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public FakeClassnameTags123Api()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public PetApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public StoreApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
|||||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public UserApi()
|
||||||
|
{
|
||||||
|
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||||
|
|
||||||
|
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||||
/// using Configuration object
|
/// using Configuration object
|
||||||
|
@ -66,7 +66,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
/// <param name="mapOfEnumString">mapOfEnumString.</param>
|
||||||
/// <param name="directMap">directMap.</param>
|
/// <param name="directMap">directMap.</param>
|
||||||
/// <param name="indirectMap">indirectMap.</param>
|
/// <param name="indirectMap">indirectMap.</param>
|
||||||
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), StringBooleanMap indirectMap = default(StringBooleanMap))
|
public MapTest(Dictionary<string, Dictionary<string, string>> mapMapOfString = default(Dictionary<string, Dictionary<string, string>>), Dictionary<string, InnerEnum> mapOfEnumString = default(Dictionary<string, InnerEnum>), Dictionary<string, bool?> directMap = default(Dictionary<string, bool?>), Dictionary<string, bool?> indirectMap = default(Dictionary<string, bool?>))
|
||||||
{
|
{
|
||||||
this.MapMapOfString = mapMapOfString;
|
this.MapMapOfString = mapMapOfString;
|
||||||
this.MapOfEnumString = mapOfEnumString;
|
this.MapOfEnumString = mapOfEnumString;
|
||||||
@ -91,7 +91,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Gets or Sets IndirectMap
|
/// Gets or Sets IndirectMap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
[DataMember(Name="indirect_map", EmitDefaultValue=false)]
|
||||||
public StringBooleanMap IndirectMap { get; set; }
|
public Dictionary<string, bool?> IndirectMap { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the string presentation of the object
|
/// Returns the string presentation of the object
|
||||||
@ -156,8 +156,8 @@ namespace Org.OpenAPITools.Model
|
|||||||
) &&
|
) &&
|
||||||
(
|
(
|
||||||
this.IndirectMap == input.IndirectMap ||
|
this.IndirectMap == input.IndirectMap ||
|
||||||
(this.IndirectMap != null &&
|
this.IndirectMap != null &&
|
||||||
this.IndirectMap.Equals(input.IndirectMap))
|
this.IndirectMap.SequenceEqual(input.IndirectMap)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user