# AvalancheSubnetResourceBaseSubnetStatus ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **blockchains** | Option<[**Vec**](serde_json::Value.md)> | The list of blockchains in the Subnet | [optional] **control_keys** | Option<[**serde_json::Value**](.md)> | The list of control keys in the Subnet | [optional] **id** | Option<**String**> | The ID of the Subnet | [optional] **pending_validators** | Option<[**Vec**](serde_json::Value.md)> | The list of pending validators of the Subnet | [optional] **subnet_type** | Option<**String**> | The type of the Subnet | [optional] **threshold** | Option<**i32**> | The threshold of the Subnet | [optional] **validators** | Option<[**Vec**](serde_json::Value.md)> | The list of current validators of the Subnet | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)