Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.03 KB

File metadata and controls

93 lines (50 loc) · 3.03 KB

ResourceRemoteInfoSnowflakeTable

Properties

Name Type Description Notes
DatabaseName string The name of the database the table is in.
SchemaName string The name of the schema the table is in.
TableName string The name of the table.

Methods

NewResourceRemoteInfoSnowflakeTable

func NewResourceRemoteInfoSnowflakeTable(databaseName string, schemaName string, tableName string, ) *ResourceRemoteInfoSnowflakeTable

NewResourceRemoteInfoSnowflakeTable instantiates a new ResourceRemoteInfoSnowflakeTable 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

NewResourceRemoteInfoSnowflakeTableWithDefaults

func NewResourceRemoteInfoSnowflakeTableWithDefaults() *ResourceRemoteInfoSnowflakeTable

NewResourceRemoteInfoSnowflakeTableWithDefaults instantiates a new ResourceRemoteInfoSnowflakeTable 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 *ResourceRemoteInfoSnowflakeTable) GetDatabaseName() string

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

GetDatabaseNameOk

func (o *ResourceRemoteInfoSnowflakeTable) 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 *ResourceRemoteInfoSnowflakeTable) SetDatabaseName(v string)

SetDatabaseName sets DatabaseName field to given value.

GetSchemaName

func (o *ResourceRemoteInfoSnowflakeTable) GetSchemaName() string

GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.

GetSchemaNameOk

func (o *ResourceRemoteInfoSnowflakeTable) GetSchemaNameOk() (*string, bool)

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

SetSchemaName

func (o *ResourceRemoteInfoSnowflakeTable) SetSchemaName(v string)

SetSchemaName sets SchemaName field to given value.

GetTableName

func (o *ResourceRemoteInfoSnowflakeTable) GetTableName() string

GetTableName returns the TableName field if non-nil, zero value otherwise.

GetTableNameOk

func (o *ResourceRemoteInfoSnowflakeTable) GetTableNameOk() (*string, bool)

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

SetTableName

func (o *ResourceRemoteInfoSnowflakeTable) SetTableName(v string)

SetTableName sets TableName field to given value.

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