Name | Type | Description | Notes |
---|---|---|---|
Dbs | Pointer to []string | WARNING: This is a preview API that could change. Source universe database IDs | [optional] |
func NewDrConfigSetDatabasesForm() *DrConfigSetDatabasesForm
NewDrConfigSetDatabasesForm instantiates a new DrConfigSetDatabasesForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDrConfigSetDatabasesFormWithDefaults() *DrConfigSetDatabasesForm
NewDrConfigSetDatabasesFormWithDefaults instantiates a new DrConfigSetDatabasesForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DrConfigSetDatabasesForm) GetDbs() []string
GetDbs returns the Dbs field if non-nil, zero value otherwise.
func (o *DrConfigSetDatabasesForm) GetDbsOk() (*[]string, bool)
GetDbsOk returns a tuple with the Dbs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DrConfigSetDatabasesForm) SetDbs(v []string)
SetDbs sets Dbs field to given value.
func (o *DrConfigSetDatabasesForm) HasDbs() bool
HasDbs returns a boolean if a field has been set.