Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1BigQueryExport
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1BigQueryExport
- 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
Instance Attribute Summary collapse
-
#create_time ⇒ String
Corresponds to the JSON property
createTime. -
#dataset ⇒ String
Corresponds to the JSON property
dataset. -
#description ⇒ String
Corresponds to the JSON property
description. -
#filter ⇒ String
Corresponds to the JSON property
filter. -
#most_recent_editor ⇒ String
Corresponds to the JSON property
mostRecentEditor. -
#name ⇒ String
Corresponds to the JSON property
name. -
#principal ⇒ String
Corresponds to the JSON property
principal. -
#update_time ⇒ String
Corresponds to the JSON property
updateTime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1BigQueryExport
constructor
A new instance of GoogleCloudSecuritycenterV1BigQueryExport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV1BigQueryExport
Returns a new instance of GoogleCloudSecuritycenterV1BigQueryExport.
2950 2951 2952 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2950 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Corresponds to the JSON property createTime
2913 2914 2915 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2913 def create_time @create_time end |
#dataset ⇒ String
Corresponds to the JSON property dataset
2918 2919 2920 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2918 def dataset @dataset end |
#description ⇒ String
Corresponds to the JSON property description
2923 2924 2925 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2923 def description @description end |
#filter ⇒ String
Corresponds to the JSON property filter
2928 2929 2930 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2928 def filter @filter end |
#most_recent_editor ⇒ String
Corresponds to the JSON property mostRecentEditor
2933 2934 2935 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2933 def most_recent_editor @most_recent_editor end |
#name ⇒ String
Corresponds to the JSON property name
2938 2939 2940 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2938 def name @name end |
#principal ⇒ String
Corresponds to the JSON property principal
2943 2944 2945 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2943 def principal @principal end |
#update_time ⇒ String
Corresponds to the JSON property updateTime
2948 2949 2950 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2948 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2955 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @dataset = args[:dataset] if args.key?(:dataset) @description = args[:description] if args.key?(:description) @filter = args[:filter] if args.key?(:filter) @most_recent_editor = args[:most_recent_editor] if args.key?(:most_recent_editor) @name = args[:name] if args.key?(:name) @principal = args[:principal] if args.key?(:principal) @update_time = args[:update_time] if args.key?(:update_time) end |