Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InvocationReference
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InvocationReference
- 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
-
#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.
7928 7929 7930 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7928 def initialize(**args) update!(**args) end |
Instance Attribute Details
#invocation_id ⇒ String
Corresponds to the JSON property invocationId
7926 7927 7928 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7926 def invocation_id @invocation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7933 7934 7935 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 7933 def update!(**args) @invocation_id = args[:invocation_id] if args.key?(:invocation_id) end |