Class FinishDetails
public sealed class FinishDetails
- Inheritance
-
FinishDetails
- Inherited Members
Properties
Type
[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator string(FinishDetails)
public static implicit operator string(FinishDetails details)
Parameters
details
FinishDetails