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.
8524 8525 8526 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the contacts.
Corresponds to the JSON property email
8522 8523 8524 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8522 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8529 8530 8531 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8529 def update!(**args) @email = args[:email] if args.key?(:email) end |