Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContext
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContext
- 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
Instance Attribute Summary collapse
-
#aggregated_count ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Corresponds to the JSON property
aggregatedCount. -
#context ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextContext
Corresponds to the JSON property
context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueSecurityContext
constructor
A new instance of GoogleCloudSecuritycenterV2IssueSecurityContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2IssueSecurityContext
Returns a new instance of GoogleCloudSecuritycenterV2IssueSecurityContext.
8307 8308 8309 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8307 def initialize(**args) update!(**args) end |
Instance Attribute Details
#aggregated_count ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Corresponds to the JSON property aggregatedCount
8300 8301 8302 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8300 def aggregated_count @aggregated_count end |
#context ⇒ Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextContext
Corresponds to the JSON property context
8305 8306 8307 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8305 def context @context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8312 8313 8314 8315 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 8312 def update!(**args) @aggregated_count = args[:aggregated_count] if args.key?(:aggregated_count) @context = args[:context] if args.key?(:context) end |