Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ModifyEntryContactsRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ModifyEntryContactsRequest
- 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
Request message for ModifyEntryContacts.
Instance Attribute Summary collapse
-
#contacts ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts
Contact people for the entry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ModifyEntryContactsRequest
constructor
A new instance of GoogleCloudDatacatalogV1ModifyEntryContactsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1ModifyEntryContactsRequest
Returns a new instance of GoogleCloudDatacatalogV1ModifyEntryContactsRequest.
1747 1748 1749 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1747 def initialize(**args) update!(**args) end |
Instance Attribute Details
#contacts ⇒ Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts
Contact people for the entry.
Corresponds to the JSON property contacts
1745 1746 1747 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1745 def contacts @contacts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1752 1753 1754 |
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1752 def update!(**args) @contacts = args[:contacts] if args.key?(:contacts) end |