Class: Google::Apis::DatafusionV1beta1::TenantProjectProxy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TenantProjectProxy

Returns a new instance of TenantProjectProxy.



1825
1826
1827
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1825

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

Instance Attribute Details

#project_numbersArray<String>

Corresponds to the JSON property projectNumbers

Returns:

  • (Array<String>)


1823
1824
1825
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1823

def project_numbers
  @project_numbers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1830
1831
1832
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1830

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