Commit 2ee77334 authored by Sylvain Buche's avatar Sylvain Buche
Browse files

Update generated code with last API (requestUUID)

parent 779ed7f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2488,6 +2488,10 @@ namespace ETSI.ARF.OpenAPI.WorldStorage
        [Newtonsoft.Json.JsonProperty("requestUUID", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
        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>
        /// an array with trackables and their transforms linking them to the requestUUID element.
        /// </summary>