Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InvocationReference

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

Instance Method Summary collapse

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_idString

Corresponds to the JSON property invocationId

Returns:

  • (String)


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