Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.72 KB

DatabaseSource.md

File metadata and controls

56 lines (31 loc) · 1.72 KB

DatabaseSource

Properties

Name Type Description Notes
NeonPostgres Pointer to NeonPostgresDatabase [optional]

Methods

NewDatabaseSource

func NewDatabaseSource() *DatabaseSource

NewDatabaseSource instantiates a new DatabaseSource 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

NewDatabaseSourceWithDefaults

func NewDatabaseSourceWithDefaults() *DatabaseSource

NewDatabaseSourceWithDefaults instantiates a new DatabaseSource 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

GetNeonPostgres

func (o *DatabaseSource) GetNeonPostgres() NeonPostgresDatabase

GetNeonPostgres returns the NeonPostgres field if non-nil, zero value otherwise.

GetNeonPostgresOk

func (o *DatabaseSource) GetNeonPostgresOk() (*NeonPostgresDatabase, bool)

GetNeonPostgresOk returns a tuple with the NeonPostgres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNeonPostgres

func (o *DatabaseSource) SetNeonPostgres(v NeonPostgresDatabase)

SetNeonPostgres sets NeonPostgres field to given value.

HasNeonPostgres

func (o *DatabaseSource) HasNeonPostgres() bool

HasNeonPostgres returns a boolean if a field has been set.

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