class Google::Apis::ComputeV1::LogConfigCloudAuditOptions
This is deprecated and has no effect. Do not use.
Attributes
log_name[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `logName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 18175 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 18180 def update!(**args) @authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options) @log_name = args[:log_name] if args.key?(:log_name) end