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.



2877
2878
2879
# File 'lib/google/apis/datastream_v1/classes.rb', line 2877

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



2875
2876
2877
# File 'lib/google/apis/datastream_v1/classes.rb', line 2875

def schemas
  @schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2882
2883
2884
# File 'lib/google/apis/datastream_v1/classes.rb', line 2882

def update!(**args)
  @schemas = args[:schemas] if args.key?(:schemas)
end