| Name | Type | Description | Notes |
|---|---|---|---|
| region | String | The Region id where the Managed Database is located. | |
| label | String | A user-supplied label for this Managed Database. |
require 'vultr_ruby'
instance = VultrRuby::DatabaseAddReadReplicaRequest.new(
region: null,
label: null
)