Class: Google::Apis::SecuritycenterV1::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::BigQueryDestination
- 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
-
#dataset ⇒ String
Corresponds to the JSON property
dataset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BigQueryDestination
constructor
A new instance of BigQueryDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BigQueryDestination
Returns a new instance of BigQueryDestination.
1278 1279 1280 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset ⇒ String
Corresponds to the JSON property dataset
1276 1277 1278 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1276 def dataset @dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1283 1284 1285 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1283 def update!(**args) @dataset = args[:dataset] if args.key?(:dataset) end |