Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/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.
8840 8841 8842 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8840 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the contacts.
Corresponds to the JSON property email
8838 8839 8840 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8838 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8845 8846 8847 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8845 def update!(**args) @email = args[:email] if args.key?(:email) end |