# RequestTarget ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **target** | [**ResourceReference**](ResourceReference.md) | | [optional] | | **status** | **String** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::RequestTarget.new( target: null, status: null ) ```