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.



1600
1601
1602
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1600

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)


1598
1599
1600
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1598

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1605
1606
1607
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 1605

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