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.
8142 8143 8144 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8142 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the contacts.
Corresponds to the JSON property email
8140 8141 8142 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8140 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8147 8148 8149 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 8147 def update!(**args) @email = args[:email] if args.key?(:email) end |