Skip to content
Snippets Groups Projects
Commit 2ee77334 authored by Sylvain Buche's avatar Sylvain Buche
Browse files

Update generated code with last API (requestUUID)

parent 779ed7f3
No related branches found
No related tags found
2 merge requests!5Unity project switched to 2022 LTS and ready for AR.,!4Repo is now a valid Unity package and is based on Nswag
...@@ -2488,6 +2488,10 @@ namespace ETSI.ARF.OpenAPI.WorldStorage ...@@ -2488,6 +2488,10 @@ namespace ETSI.ARF.OpenAPI.WorldStorage
[Newtonsoft.Json.JsonProperty("requestUUID", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] [Newtonsoft.Json.JsonProperty("requestUUID", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Guid RequestUUID { get; set; } public System.Guid RequestUUID { get; set; }
[Newtonsoft.Json.JsonProperty("requestType", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public TypeWorldStorage RequestType { get; set; }
/// <summary> /// <summary>
/// an array with trackables and their transforms linking them to the requestUUID element. /// an array with trackables and their transforms linking them to the requestUUID element.
/// </summary> /// </summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment