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