Class: Google::Apis::MigrationcenterV1alpha1::DatabaseObjects

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

Overview

Details of a group of database objects.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DatabaseObjects

Returns a new instance of DatabaseObjects.



1996
1997
1998
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1996

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

Instance Attribute Details

#categoryString

The category of the objects. Corresponds to the JSON property category

Returns:

  • (String)


1989
1990
1991
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1989

def category
  @category
end

#countFixnum

The number of objects. Corresponds to the JSON property count

Returns:

  • (Fixnum)


1994
1995
1996
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1994

def count
  @count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2001
2002
2003
2004
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2001

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