Class: Google::Apis::DatastreamV1::SqlServerRdbms
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::SqlServerRdbms
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb
Overview
SQLServer database structure.
Instance Attribute Summary collapse
-
#schemas ⇒ Array<Google::Apis::DatastreamV1::SqlServerSchema>
SQLServer schemas in the database server.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SqlServerRdbms
constructor
A new instance of SqlServerRdbms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SqlServerRdbms
Returns a new instance of SqlServerRdbms.
2560 2561 2562 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2560 def initialize(**args) update!(**args) end |
Instance Attribute Details
#schemas ⇒ Array<Google::Apis::DatastreamV1::SqlServerSchema>
SQLServer schemas in the database server.
Corresponds to the JSON property schemas
2558 2559 2560 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2558 def schemas @schemas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2565 2566 2567 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2565 def update!(**args) @schemas = args[:schemas] if args.key?(:schemas) end |