Class BytesValue
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(BytesValue.String), "string")]
[JsonDerivedType(typeof(BytesValue.Base64), "base64")]
public abstract record BytesValue : IEquatable<BytesValue>
- Inheritance
-
BytesValue
- Implements
- Derived
- Inherited Members
Operators
implicit operator BytesValue(string)
public static implicit operator BytesValue(string value)
Parameters
value
string