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.
1203 1204 1205 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset ⇒ String
Corresponds to the JSON property dataset
1201 1202 1203 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1201 def dataset @dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1208 1209 1210 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 1208 def update!(**args) @dataset = args[:dataset] if args.key?(:dataset) end |