Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.73 KB

DrConfigSetDatabasesForm.md

File metadata and controls

56 lines (31 loc) · 1.73 KB

DrConfigSetDatabasesForm

Properties

Name Type Description Notes
Dbs Pointer to []string WARNING: This is a preview API that could change. Source universe database IDs [optional]

Methods

NewDrConfigSetDatabasesForm

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

NewDrConfigSetDatabasesFormWithDefaults

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

GetDbs

func (o *DrConfigSetDatabasesForm) GetDbs() []string

GetDbs returns the Dbs field if non-nil, zero value otherwise.

GetDbsOk

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.

SetDbs

func (o *DrConfigSetDatabasesForm) SetDbs(v []string)

SetDbs sets Dbs field to given value.

HasDbs

func (o *DrConfigSetDatabasesForm) HasDbs() bool

HasDbs returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]