Class: Google::Apis::SecuritycenterV1beta2::ExportFindingsMetadata
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::ExportFindingsMetadata
- 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
Overview
The LRO metadata for a ExportFindings request.
Instance Attribute Summary collapse
-
#big_query_destination ⇒ Google::Apis::SecuritycenterV1beta2::BigQueryDestination
The destination BigQuery dataset to export findings to.
-
#export_start_time ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportFindingsMetadata
constructor
A new instance of ExportFindingsMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportFindingsMetadata
Returns a new instance of ExportFindingsMetadata.
2122 2123 2124 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2122 def initialize(**args) update!(**args) end |
Instance Attribute Details
#big_query_destination ⇒ Google::Apis::SecuritycenterV1beta2::BigQueryDestination
The destination BigQuery dataset to export findings to.
Corresponds to the JSON property bigQueryDestination
2115 2116 2117 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2115 def big_query_destination @big_query_destination end |
#export_start_time ⇒ String
Optional. Timestamp at which export was started
Corresponds to the JSON property exportStartTime
2120 2121 2122 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2120 def export_start_time @export_start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2127 2128 2129 2130 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2127 def update!(**args) @big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination) @export_start_time = args[:export_start_time] if args.key?(:export_start_time) end |