Class: Google::Cloud::EssentialContacts::V1::CreateContactRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/essentialcontacts/v1/service.rb

Overview

Request message for the CreateContact method.

Instance Attribute Summary collapse

Instance Attribute Details

#contact::Google::Cloud::EssentialContacts::V1::Contact

Returns Required. The contact to create. Must specify an email address and language tag.

Returns:



129
130
131
132
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 129

class CreateContactRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource to save this contact for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}.

Returns:

  • (::String)

    Required. The resource to save this contact for. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}



129
130
131
132
# File 'proto_docs/google/cloud/essentialcontacts/v1/service.rb', line 129

class CreateContactRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end