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