Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo

Returns a new instance of GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesContactInfo.



7566
7567
7568
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7566

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailString

Corresponds to the JSON property email

Returns:

  • (String)


7564
7565
7566
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7564

def email
  @email
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7571
7572
7573
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7571

def update!(**args)
  @email = args[:email] if args.key?(:email)
end