| Name | Type | Description | Notes |
|---|---|---|---|
| Advanced | Pointer to string | [optional] | |
| JdbcUrl | string | The JDBC connection URL for the data store. | |
| Name | string | The name of the data store. | |
| Password | Pointer to string | The password to use for the JDBC connection. | [optional] |
| Schema | Pointer to string | [optional] | |
| Source | string | The source of the data store. | |
| Type | string | The type of the data store. | |
| Username | Pointer to string | The username to use for the JDBC connection. | [optional] |
func NewDataStoreApiUpdateXO(jdbcUrl string, name string, source string, type_ string, ) *DataStoreApiUpdateXO
NewDataStoreApiUpdateXO instantiates a new DataStoreApiUpdateXO 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 NewDataStoreApiUpdateXOWithDefaults() *DataStoreApiUpdateXO
NewDataStoreApiUpdateXOWithDefaults instantiates a new DataStoreApiUpdateXO 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 *DataStoreApiUpdateXO) GetAdvanced() string
GetAdvanced returns the Advanced field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetAdvancedOk() (*string, bool)
GetAdvancedOk returns a tuple with the Advanced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetAdvanced(v string)
SetAdvanced sets Advanced field to given value.
func (o *DataStoreApiUpdateXO) HasAdvanced() bool
HasAdvanced returns a boolean if a field has been set.
func (o *DataStoreApiUpdateXO) GetJdbcUrl() string
GetJdbcUrl returns the JdbcUrl field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetJdbcUrlOk() (*string, bool)
GetJdbcUrlOk returns a tuple with the JdbcUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetJdbcUrl(v string)
SetJdbcUrl sets JdbcUrl field to given value.
func (o *DataStoreApiUpdateXO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetName(v string)
SetName sets Name field to given value.
func (o *DataStoreApiUpdateXO) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *DataStoreApiUpdateXO) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *DataStoreApiUpdateXO) GetSchema() string
GetSchema returns the Schema field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetSchemaOk() (*string, bool)
GetSchemaOk returns a tuple with the Schema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetSchema(v string)
SetSchema sets Schema field to given value.
func (o *DataStoreApiUpdateXO) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (o *DataStoreApiUpdateXO) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetSource(v string)
SetSource sets Source field to given value.
func (o *DataStoreApiUpdateXO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetType(v string)
SetType sets Type field to given value.
func (o *DataStoreApiUpdateXO) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *DataStoreApiUpdateXO) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoreApiUpdateXO) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *DataStoreApiUpdateXO) HasUsername() bool
HasUsername returns a boolean if a field has been set.