[]
Gets or sets the platform type of the document.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PlatformType? Platform { get; set; }
| Type | Description |
|---|---|
| PlatformType? | The platform type of the document as a nullable PlatformType. |