Skip to content

Latest commit

 

History

History
218 lines (117 loc) · 5.8 KB

File metadata and controls

218 lines (117 loc) · 5.8 KB

DataStoreApiUpdateXO

Properties

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]

Methods

NewDataStoreApiUpdateXO

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

NewDataStoreApiUpdateXOWithDefaults

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

GetAdvanced

func (o *DataStoreApiUpdateXO) GetAdvanced() string

GetAdvanced returns the Advanced field if non-nil, zero value otherwise.

GetAdvancedOk

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.

SetAdvanced

func (o *DataStoreApiUpdateXO) SetAdvanced(v string)

SetAdvanced sets Advanced field to given value.

HasAdvanced

func (o *DataStoreApiUpdateXO) HasAdvanced() bool

HasAdvanced returns a boolean if a field has been set.

GetJdbcUrl

func (o *DataStoreApiUpdateXO) GetJdbcUrl() string

GetJdbcUrl returns the JdbcUrl field if non-nil, zero value otherwise.

GetJdbcUrlOk

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.

SetJdbcUrl

func (o *DataStoreApiUpdateXO) SetJdbcUrl(v string)

SetJdbcUrl sets JdbcUrl field to given value.

GetName

func (o *DataStoreApiUpdateXO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *DataStoreApiUpdateXO) SetName(v string)

SetName sets Name field to given value.

GetPassword

func (o *DataStoreApiUpdateXO) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

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.

SetPassword

func (o *DataStoreApiUpdateXO) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *DataStoreApiUpdateXO) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetSchema

func (o *DataStoreApiUpdateXO) GetSchema() string

GetSchema returns the Schema field if non-nil, zero value otherwise.

GetSchemaOk

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.

SetSchema

func (o *DataStoreApiUpdateXO) SetSchema(v string)

SetSchema sets Schema field to given value.

HasSchema

func (o *DataStoreApiUpdateXO) HasSchema() bool

HasSchema returns a boolean if a field has been set.

GetSource

func (o *DataStoreApiUpdateXO) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *DataStoreApiUpdateXO) SetSource(v string)

SetSource sets Source field to given value.

GetType

func (o *DataStoreApiUpdateXO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *DataStoreApiUpdateXO) SetType(v string)

SetType sets Type field to given value.

GetUsername

func (o *DataStoreApiUpdateXO) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *DataStoreApiUpdateXO) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *DataStoreApiUpdateXO) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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