Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#email ⇒ String
Corresponds to the JSON property
email.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
constructor
A new instance of GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo
Returns a new instance of GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo.
9439 9440 9441 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Corresponds to the JSON property email
9437 9438 9439 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9437 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9444 9445 9446 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 9444 def update!(**args) @email = args[:email] if args.key?(:email) end |