azisaba-graph 0.1.0-rc.16

An API for connecting and sharing data across the Azisaba Network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Revocation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **u64** | The unique identifier of the revocation. | [readonly]
**reason** | **String** | The reason the punishment was revoked. | 
**actor_id** | **uuid::Uuid** | The ID of the actor who revoked the punishment. | [readonly]
**created_at** | **chrono::DateTime<chrono::FixedOffset>** | The date and time at which the punishment was revoked. | [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)