Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2InvocationReference

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

Instance Method Summary collapse

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_idString

Corresponds to the JSON property invocationId

Returns:

  • (String)


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