openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Generated/Internal/CodeGenMemberAttribute.cs
16lines · modeblame
0ca4c062Jose Arriaga Maldonado1 years ago | 1 | // <auto-generated/> |
| 2 | | |
| 3 | #nullable disable | |
| 4 | | |
| 5 | using System; | |
| 6 | | |
| 7 | namespace OpenAI | |
| 8 | { | |
| 9 | [AttributeUsage((AttributeTargets.Property | AttributeTargets.Field))] | |
| 10 | internal partial class CodeGenMemberAttribute : CodeGenTypeAttribute | |
| 11 | { | |
| 12 | public CodeGenMemberAttribute(string originalName) : base(originalName) | |
| 13 | { | |
| 14 | } | |
| 15 | } | |
| 16 | } |