Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1Contacts
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1Contacts
- 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
-
#people ⇒ Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ContactsPerson>
The list of contact people for the entry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1Contacts
constructor
A new instance of GoogleCloudDatacatalogV1Contacts.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#people ⇒ Array<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 |