Class: Google::Apis::SqladminV1beta4::SelectedObjects

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sqladmin_v1beta4/classes.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb

Overview

A list of objects that the user selects for replication from an external source instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SelectedObjects

Returns a new instance of SelectedObjects.



3802
3803
3804
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3802

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#databaseString

Required. The name of the database to migrate. Corresponds to the JSON property database

Returns:

  • (String)


3800
3801
3802
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3800

def database
  @database
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3807
3808
3809
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3807

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