Class: Google::Cloud::EssentialContacts::V1::DeleteContactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EssentialContacts::V1::DeleteContactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/essentialcontacts/v1/service.rb
Overview
Request message for the DeleteContact method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the contact to delete. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}.
114 115 116 117 |
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 114 class DeleteContactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |