Class: Google::Apis::OracledatabaseV1::CustomerContact

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb

Overview

The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en- us/iaas/api/#/en/database/20160918/datatypes/CustomerContact

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomerContact

Returns a new instance of CustomerContact.



1872
1873
1874
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1872

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailString

Required. The email address used by Oracle to send notifications regarding databases and infrastructure. Corresponds to the JSON property email

Returns:

  • (String)


1870
1871
1872
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1870

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1877
1878
1879
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1877

def update!(**args)
  @email = args[:email] if args.key?(:email)
end