Class: Google::Apis::DatastreamV1::SqlServerRdbms

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#schemasArray<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