Class: Google::Cloud::OracleDatabase::V1::CustomerContact

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Required. The email address used by Oracle to send notifications regarding databases and infrastructure.

Returns:

  • (::String)

    Required. The email address used by Oracle to send notifications regarding databases and infrastructure.



30
31
32
33
# File 'proto_docs/google/cloud/oracledatabase/v1/common.rb', line 30

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