class Google::Apis::WorkstationsV1beta::AuditConfig

def update!(**args)

Update properties of this object
def update!(**args)
  @audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
  @service = args[:service] if args.key?(:service)
end