Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1BigQueryExport
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1BigQueryExport
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/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.
3181 3182 3183 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Corresponds to the JSON property createTime
3144 3145 3146 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3144 def create_time @create_time end |
#dataset ⇒ String
Corresponds to the JSON property dataset
3149 3150 3151 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3149 def dataset @dataset end |
#description ⇒ String
Corresponds to the JSON property description
3154 3155 3156 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3154 def description @description end |
#filter ⇒ String
Corresponds to the JSON property filter
3159 3160 3161 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3159 def filter @filter end |
#most_recent_editor ⇒ String
Corresponds to the JSON property mostRecentEditor
3164 3165 3166 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3164 def most_recent_editor @most_recent_editor end |
#name ⇒ String
Corresponds to the JSON property name
3169 3170 3171 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3169 def name @name end |
#principal ⇒ String
Corresponds to the JSON property principal
3174 3175 3176 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3174 def principal @principal end |
#update_time ⇒ String
Corresponds to the JSON property updateTime
3179 3180 3181 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3179 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3186 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 |