Class: Google::Apis::MlV1beta1::GoogleIamV1LogConfigCloudAuditOptions
- Inherits:
-
Object
- Object
- Google::Apis::MlV1beta1::GoogleIamV1LogConfigCloudAuditOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/ml_v1beta1/classes.rb,
generated/google/apis/ml_v1beta1/representations.rb,
generated/google/apis/ml_v1beta1/representations.rb
Overview
Write a Cloud Audit log
Instance Attribute Summary collapse
-
#log_name ⇒ String
The log_name to populate in the Cloud Audit Record.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleIamV1LogConfigCloudAuditOptions
constructor
A new instance of GoogleIamV1LogConfigCloudAuditOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleIamV1LogConfigCloudAuditOptions
Returns a new instance of GoogleIamV1LogConfigCloudAuditOptions
1544 1545 1546 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1544 def initialize(**args) update!(**args) end |
Instance Attribute Details
#log_name ⇒ String
The log_name to populate in the Cloud Audit Record.
Corresponds to the JSON property logName
1542 1543 1544 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1542 def log_name @log_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1549 1550 1551 |
# File 'generated/google/apis/ml_v1beta1/classes.rb', line 1549 def update!(**args) @log_name = args[:log_name] if args.key?(:log_name) end |