Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1Contacts

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/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.



655
656
657
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 655

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

Instance Attribute Details

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

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



653
654
655
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 653

def people
  @people
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



660
661
662
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 660

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