RequestTarget
Last updated
Was this helpful?
| status | String | | [optional] |
| target | ResourceReference | | [optional] |
require 'ionoscloud'
instance = Ionoscloud::RequestTarget.new(
status: null,
target: null
)Last updated
Was this helpful?
Was this helpful?