Class DeletionStatus
The most common implementation of IDeletionStatus.
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public record DeletionStatus : IDeletionStatus, IEquatable<DeletionStatus>
Properties
| Edit this page View SourceDeleted
Declaration
[JsonProperty("deleted")]
public bool Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceIsDeleted()
Declaration
public bool IsDeleted()
Returns
| Type | Description |
|---|---|
| bool |