Loading Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
Runtime/Scripts/OpenAPI/Generated/WorldStorageOpenAPI.cs +4 −0 Original line number Diff line number Diff line Loading @@ -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> Loading