Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.82 KB

File metadata and controls

51 lines (28 loc) · 1.82 KB

ResourceRemoteInfoSnowflakeDatabase

Properties

Name Type Description Notes
DatabaseName string The name of the database.

Methods

NewResourceRemoteInfoSnowflakeDatabase

func NewResourceRemoteInfoSnowflakeDatabase(databaseName string, ) *ResourceRemoteInfoSnowflakeDatabase

NewResourceRemoteInfoSnowflakeDatabase instantiates a new ResourceRemoteInfoSnowflakeDatabase 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

NewResourceRemoteInfoSnowflakeDatabaseWithDefaults

func NewResourceRemoteInfoSnowflakeDatabaseWithDefaults() *ResourceRemoteInfoSnowflakeDatabase

NewResourceRemoteInfoSnowflakeDatabaseWithDefaults instantiates a new ResourceRemoteInfoSnowflakeDatabase 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

GetDatabaseName

func (o *ResourceRemoteInfoSnowflakeDatabase) GetDatabaseName() string

GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.

GetDatabaseNameOk

func (o *ResourceRemoteInfoSnowflakeDatabase) GetDatabaseNameOk() (*string, bool)

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

SetDatabaseName

func (o *ResourceRemoteInfoSnowflakeDatabase) SetDatabaseName(v string)

SetDatabaseName sets DatabaseName field to given value.

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