Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts

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

Overview

Contact people for the entry.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1Contacts

Returns a new instance of GoogleCloudDatacatalogV1Contacts.



627
628
629
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 627

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

Instance Attribute Details

#peopleArray<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ContactsPerson>

The list of contact people for the entry. Corresponds to the JSON property people



625
626
627
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 625

def people
  @people
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



632
633
634
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 632

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