Skip to content

Commit 1eda13d

Browse files
tg123Copilot
andauthored
Update src/KubernetesClient/Models/IntOrString.cs
Co-authored-by: Copilot <[email protected]>
1 parent 0bd43e4 commit 1eda13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient/Models/IntOrString.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace k8s.Models
33
[JsonConverter(typeof(IntOrStringJsonConverter))]
44
public struct IntOrString
55
{
6-
[JsonPropertyName("value")]
6+
77
public string Value { get; private init; }
88

99
public static implicit operator IntOrString(int v)

0 commit comments

Comments
 (0)