Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2FileOperation
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2FileOperation
- 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
-
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2FileOperation
constructor
A new instance of GoogleCloudSecuritycenterV2FileOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2FileOperation
Returns a new instance of GoogleCloudSecuritycenterV2FileOperation.
6529 6530 6531 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6529 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Corresponds to the JSON property type
6527 6528 6529 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6527 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6534 6535 6536 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 6534 def update!(**args) @type = args[:type] if args.key?(:type) end |