Class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy

Returns a new instance of CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy.



423
424
425
# File 'lib/google/apis/dataplex_v1/classes.rb', line 423

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

Instance Attribute Details

#project_numbersArray<String>

Corresponds to the JSON property projectNumbers

Returns:

  • (Array<String>)


421
422
423
# File 'lib/google/apis/dataplex_v1/classes.rb', line 421

def project_numbers
  @project_numbers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



428
429
430
# File 'lib/google/apis/dataplex_v1/classes.rb', line 428

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