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.
8696 8697 8698 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8696 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the contacts.
Corresponds to the JSON property email
8694 8695 8696 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8694 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8701 8702 8703 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8701 def update!(**args) @email = args[:email] if args.key?(:email) end |