Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2InvocationReference
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2InvocationReference
- 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
-
#invocation_id ⇒ String
Corresponds to the JSON property
invocationId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2InvocationReference
constructor
A new instance of GoogleCloudSecuritycenterV2InvocationReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2InvocationReference
Returns a new instance of GoogleCloudSecuritycenterV2InvocationReference.
7414 7415 7416 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7414 def initialize(**args) update!(**args) end |
Instance Attribute Details
#invocation_id ⇒ String
Corresponds to the JSON property invocationId
7412 7413 7414 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7412 def invocation_id @invocation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7419 7420 7421 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 7419 def update!(**args) @invocation_id = args[:invocation_id] if args.key?(:invocation_id) end |