Class: Google::Apis::SecuritycenterV1::StreamingConfig
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::StreamingConfig
- 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
-
#filter ⇒ String
Corresponds to the JSON property
filter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StreamingConfig
constructor
A new instance of StreamingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StreamingConfig
Returns a new instance of StreamingConfig.
13122 13123 13124 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13122 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
Corresponds to the JSON property filter
13120 13121 13122 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13120 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13127 13128 13129 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13127 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |