Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2InvocationReference
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2InvocationReference
- 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
-
#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.
7595 7596 7597 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7595 def initialize(**args) update!(**args) end |
Instance Attribute Details
#invocation_id ⇒ String
Corresponds to the JSON property invocationId
7593 7594 7595 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7593 def invocation_id @invocation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7600 7601 7602 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 7600 def update!(**args) @invocation_id = args[:invocation_id] if args.key?(:invocation_id) end |