| Name | Type | Description | Notes |
|---|---|---|---|
| DatabaseName | string | The name of the database the schema is in. | |
| SchemaName | string | The name of the schema. |
func NewResourceRemoteInfoSnowflakeSchema(databaseName string, schemaName string, ) *ResourceRemoteInfoSnowflakeSchema
NewResourceRemoteInfoSnowflakeSchema instantiates a new ResourceRemoteInfoSnowflakeSchema 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 NewResourceRemoteInfoSnowflakeSchemaWithDefaults() *ResourceRemoteInfoSnowflakeSchema
NewResourceRemoteInfoSnowflakeSchemaWithDefaults instantiates a new ResourceRemoteInfoSnowflakeSchema 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 *ResourceRemoteInfoSnowflakeSchema) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoSnowflakeSchema) 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.
func (o *ResourceRemoteInfoSnowflakeSchema) SetDatabaseName(v string)
SetDatabaseName sets DatabaseName field to given value.
func (o *ResourceRemoteInfoSnowflakeSchema) GetSchemaName() string
GetSchemaName returns the SchemaName field if non-nil, zero value otherwise.
func (o *ResourceRemoteInfoSnowflakeSchema) 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.
func (o *ResourceRemoteInfoSnowflakeSchema) SetSchemaName(v string)
SetSchemaName sets SchemaName field to given value.