Skip to content

Commit c8a4975

Browse files
committed
#33 - Expose 'State' on FileResource
1 parent 4b0e7fe commit c8a4975

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Mscc.GenerativeAI/Types/Generative/FileResource.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,9 @@ public class FileResource
5353
/// Output only. The uri of the File.
5454
/// </summary>
5555
public string Uri { get; set; }
56+
/// <summary>
57+
/// Output only. The state of the File.
58+
/// </summary>
59+
public string State { get; set; }
5660
}
5761
}

0 commit comments

Comments
 (0)