Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb
Overview
Contact information of stakeholders.
Instance Attribute Summary collapse
-
#email ⇒ String
Email address of the contacts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
constructor
A new instance of GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo.
7700 7701 7702 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7700 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the contacts.
Corresponds to the JSON property email
7698 7699 7700 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7698 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7705 7706 7707 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7705 def update!(**args) @email = args[:email] if args.key?(:email) end |