# Model200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | **Int32** | | [optional] **Class** | **String** | | [optional] ## Examples - Prepare the resource ```powershell $Model200Response = Initialize-PSPetstoreModel200Response -Name null ` -Class null ``` - Convert the resource to JSON ```powershell $Model200Response | ConvertTo-JSON ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)