Class DefaultIdOptions
Options for automatically generated ids.
public class DefaultIdOptions
- Inheritance
-
DefaultIdOptions
- Inherited Members
Properties
Type
The type of id to generate.
[JsonPropertyName("type")]
public DefaultIdType Type { get; set; }