azisaba-graph 0.1.0-rc.4

An API for connecting and sharing data across Azisaba Network.
Documentation
# CreateCrawlRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **String** | The hostname or IP address of the crawled Minecraft server. | 
**port** | **u16** | The port of the crawled Minecraft server. | 
**ping** | **u32** | The server ping in milliseconds. | 
**version** | **String** | The Minecraft version name reported by the server. | 
**protocol_version** | **i32** | The Minecraft protocol version reported by the server. | 
**max_players** | **u32** | The maximum number of players reported by the server. | 
**online_players** | **u32** | The number of players currently connected to the server. | 
**description** | Option<**String**> | The server description reported by the server. | [optional]
**favicon** | Option<**String**> | The server favicon as a Base64-encoded PNG data URL, or `null` if no favicon was provided. | 
**crawled_at** | **chrono::DateTime<chrono::FixedOffset>** | The date and time at which the server was crawled. | 

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