Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.43 KB

File metadata and controls

72 lines (39 loc) · 2.43 KB

ResourceRemoteInfoSnowflakeSchema

Properties

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

Methods

NewResourceRemoteInfoSnowflakeSchema

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

NewResourceRemoteInfoSnowflakeSchemaWithDefaults

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

GetDatabaseName

func (o *ResourceRemoteInfoSnowflakeSchema) GetDatabaseName() string

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

GetDatabaseNameOk

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.

SetDatabaseName

func (o *ResourceRemoteInfoSnowflakeSchema) SetDatabaseName(v string)

SetDatabaseName sets DatabaseName field to given value.

GetSchemaName

func (o *ResourceRemoteInfoSnowflakeSchema) GetSchemaName() string

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

GetSchemaNameOk

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.

SetSchemaName

func (o *ResourceRemoteInfoSnowflakeSchema) SetSchemaName(v string)

SetSchemaName sets SchemaName field to given value.

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