Class: Google::Apis::SecuritycenterV1::ListBigQueryExportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ListBigQueryExportsResponse
- 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
-
#big_query_exports ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport>
Corresponds to the JSON property
bigQueryExports. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListBigQueryExportsResponse
constructor
A new instance of ListBigQueryExportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListBigQueryExportsResponse
Returns a new instance of ListBigQueryExportsResponse.
10933 10934 10935 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10933 def initialize(**args) update!(**args) end |
Instance Attribute Details
#big_query_exports ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport>
Corresponds to the JSON property bigQueryExports
10926 10927 10928 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10926 def big_query_exports @big_query_exports end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
10931 10932 10933 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10931 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10938 10939 10940 10941 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10938 def update!(**args) @big_query_exports = args[:big_query_exports] if args.key?(:big_query_exports) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |