Class: Google::Apis::OracledatabaseV1::CustomerContact
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::CustomerContact
- 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
-
#email ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomerContact
constructor
A new instance of CustomerContact.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#email ⇒ String
Required. The email address used by Oracle to send notifications regarding
databases and infrastructure.
Corresponds to the JSON property email
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 |