mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-02-04 02:36:55 +00:00
Release v1.3.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* API to access Tribufu services.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.2.6
|
||||
* The version of the OpenAPI document: 1.3.0
|
||||
* Contact: contact@tribufu.com
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
@@ -89,7 +89,7 @@ namespace Tribufu.Model
|
||||
/// Gets or Sets Files
|
||||
/// </summary>
|
||||
[DataMember(Name = "files", EmitDefaultValue = true)]
|
||||
public List<File> Files { get; private set; }
|
||||
public List<StorageFile> Files { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns false as Files should not be serialized given that it's read-only.
|
||||
|
||||
Reference in New Issue
Block a user